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

version_check = "0.9.4"

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
1
8
1
2
2
2
1
1
crate version
rating
date
reviewer
thoroughness, understanding
version_check 0.9.3
positive
2021-05-01
low, medium

Runs rustc --verbose --version and parses the result. The binary to run can
be overridden via an environment variable RUSTC, which I do not consider as
a security risk since it's done at build time.

There is no unsafe, and the code itself is mostly string mangling, so
I think this crate is okay.

version_check 0.9.3
positive
2021-05-01
low, medium

Runs rustc --verbose --version and parses the result. The binary to run can
be overridden via an environment variable RUSTC, which I do not consider as
a security risk since it's done at build time.

There is no unsafe, and the code itself is mostly string mangling, so
I think this crate is okay.

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

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