This review is from cargo-vet. To add your review, set up cargo-vet and submit your URL to its registry.

The current version of Kurbo is 0.11.0.

0.7.1 (older version) safe-to-run

From kornelski/crev-proofs copy of salsa.debian.org.

Packaged for Debian (stable). Changelog:

  • Team upload.
  • Package kurbo 0.7.1 from crates.io using debcargo 2.5.0
  • Apply upstream patch for new version of arrayvec.
  • Set collapse_features = true in Debcargo.toml, the package in the archive already has collapsed features.

cargo-vet does not verify reviewers' identity. You have to fully trust the source the audits are from.

safe-to-run

This crate can be compiled, run, and tested on a local workstation or in controlled automation without surprising consequences. More…


This review is from Crev, a distributed system for code reviews. To add your review, set up cargo-crev.

The current version of Kurbo is 0.11.0.

0.5.6 (older version) Rating: Strong Positive Thoroughness: Medium Understanding: Medium

by Michael-F-Bryan on 2020-01-18

This is a really high quality crate!

The library implements graphical primitives, so there's no use of unsafe. Where applicable, the author has quoted sources (e.g. "approximation taken from http://example.com/") and made explicit comments in regards to accuracy and assumptions made. A lot of code has direct links to academic research, and it's obvious the author has gone to great lengths to ensure good algorithmic complexity (most operations are constant time where possible, no use of loops to brute-force a solution, etc.).


Lib.rs has been able to verify that all files in the crate's tarball, except Cargo.lock, are in the crate's repository with a git tag matching the version. Please note that this check is still in beta, and absence of this confirmation does not mean that the files don't match.

Crates in the crates.io registry are tarball snapshots uploaded by crates' publishers. The registry is not using crates' git repositories, so there is a possibility that published crates have a misleading repository URL, or contain different code from the code in the repository.

To review the actual code of the crate, it's best to use cargo crev open kurbo. Alternatively, you can download the tarball of kurbo v0.11.0 or view the source online.