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.4
positive
2022-12-22
medium, high

Relatively straight forward parsing of rustc --version, with pretty good tests.

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.

version_check 0.9.2
positive
2020-06-05
low, high
alternative:
rustc_version

No dependencies. Thorough documentation. Good test coverage.

version_check 0.9.1
positive
2020-04-20
low, medium
version_check 0.1.5
positive
2019-08-09
low, medium

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

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