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

cargo_metadata = "0.9.1"

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
3
3
1
1
1
1
1
1
crate version
rating
date
reviewer
thoroughness, understanding
cargo_metadata 0.9.1
positive
2019-12-22
medium, medium

Parse cargo metadata and cargo build --message-format=json output.

Pros:

  • Way better than parsing it yourself
  • Safe code

Cons:

  • If you're feeling particularly paranoid, cargo metadata could be passed bad
    feature names (see 0.8.2 review for details)

0.9.1

crev
thoroughnessmedium
understandingmedium
ratingpositive
DiffRatingNotes
.cargo_vcs_info.json+1
Cargo.toml+1
Cargo.toml.orig+1
src/dependency.rs+1
src/lib.rs+1
src/messages.rs+1
tests/test_samples.rs+1
cargo_metadata 0.9.0
positive
2019-12-22
medium, medium

Parse cargo metadata and cargo build --message-format=json output.

0.9.0

DiffRatingNotes
.cargo_vcs_info.json+1
Cargo.toml+1
Cargo.toml.orig+1
src/errors.rs+1Added Error::NoJson
src/lib.rs0Various safe but breaking code changes
src/messages.rs+1
tests/selftest.rs+1
tests/test_samples.rs+1

0.8.2

FileRatingNotes
src/dependency.rs+1
src/diagnostic.rs+1
src/errors.rs+1
src/lib.rs0MetadataCommand makes me slightly paranoid
src/messages.rs+1
tests/selftest.rs+1
tests/test_samples.rs+1
.cargo_vcs_info.json+1
.cargo-ok+1
.gitignore+1
.travis.yml+11.32.0 MSRV
Cargo.toml+1
Cargo.toml.orig+1
LICENSE-MIT+1
README.md+1
OtherRatingNotes
unsafe+1None
fs+1None
io0Can invoke cargo metadata. Looks sane, but if passed malicious feature names etc...
docs+1
tests+1

src/lib.rs

LineWhatNotes
495execshell access, and I'm paranoid about shell param escaping...
500execshell access, and I'm paranoid about shell param escaping...
cargo_metadata 0.8.2
positive
2019-09-07
medium, medium

Parse cargo metadata and cargo build --message-format=json output.

0.8.2

FileRatingNotes
src/dependency.rs+1
src/diagnostic.rs+1
src/errors.rs+1
src/lib.rs0MetadataCommand makes me slightly paranoid
src/messages.rs+1
tests/selftest.rs+1
tests/test_samples.rs+1
.cargo_vcs_info.json+1
.cargo-ok+1
.gitignore+1
.travis.yml+11.32.0 MSRV
Cargo.toml+1
Cargo.toml.orig+1
LICENSE-MIT+1
README.md+1
OtherRatingNotes
unsafe+1None
fs+1None
io0Can invoke cargo metadata. Looks sane, but if passed malicious feature names etc...
docs+1
tests+1

src/lib.rs

LineWhatNotes
495execshell access, and I'm paranoid about shell param escaping...
500execshell access, and I'm paranoid about shell param escaping...

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

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