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

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

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