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.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.

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

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