logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: autocfg

https://lib.rs/crates/autocfg/

Add the last reviewed version to Cargo.toml / [dependencies]:

autocfg = "1.1.0"

Filter reviews clicking on the numbers in the summary.

Full column names in tooltip hints: rating Negative, rating Neutral, rating Positive, rating Strong, thoroughness, understanding, reviews count.

Neg
Neu
Pos
Str
tho
und
rev
9
15
2
3
2
6
1
2
1
1
2
2
1
1
crate version
rating
date
reviewer
thoroughness, understanding
autocfg 1.1.0
positive
2022-11-04
medium, medium
autocfg 1.1.0
positive
2022-12-29
medium, high

mangle does mangle quite aggressively.

autocfg 1.0.1
positive
2021-02-24
low, medium
autocfg 1.0.1
positive
2021-02-24
low, medium
autocfg 1.0.1
positive
2021-11-08
medium, medium
autocfg 1.0.1
positive
2021-11-08
medium, medium
autocfg 1.0.1
positive
2021-02-15
low, medium

No unsafe code. The rest looks benign: the crate emits little bits of code
and runs them through the compiler to detect features. The test suite is
minimal but looks complete.

autocfg 1.0.1
positive
2021-02-15
low, medium

No unsafe code. The rest looks benign: the crate emits little bits of code
and runs them through the compiler to detect features. The test suite is
minimal but looks complete.

autocfg 1.0.0
positive
2020-01-18
medium, high

autocfg is a small and simple crate to be used in build scripts.

Code snippets are passed to rustc to detect if the available version supports
the desired features and can compile them. For completeness, it should be
mentioned that it would be a bad idea to use this with user inputs at
runtime. It is hard to do so accidantely.

autocfg 0.1.7
positive
2019-12-22
medium, medium

LGTM, starts using RUSTFLAGS

autocfg 0.1.6
positive
2019-08-30
medium, medium

Reads env vars and executes the program in them, or whatever program happens to be called rustc... but given that this thing's purpose is to probe rustc versions, that's kinda inevitable. Abuseable but certainly not malicious; it's made for build scripts and it's fine for this purpose.

autocfg 0.1.6
positive
2019-09-03
medium, medium

0.1.6: LGTM
0.1.5: No unsafe code, minor safe-looking file I/O

autocfg 0.1.5
positive
2019-07-23
medium, medium

No unsafe code, minor safe-looking file I/O

© bestia.dev 2023, MIT License, Version: 2023.608.1636

Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/