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

0.0.5 (current) Rating: Positive Thoroughness: Medium Understanding: Low

by Minoru on 2021-04-29

This crate implements "section testing" similar to Catch2 framework for C++.

The code is pure Rust, there is no dependencies, and there are no "unsafe". As such, there are no worries about unsoundness.

However, the algorithm here is pretty involved, and after spending 20 minutes staring at it, I still can't claim I grok how this code actually achieves what it achieves. However, I am confident that this code is not malicious, thus a positive rating.


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

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

unknown

May have been packaged automatically without a review


Lib.rs has been able to verify that all files in the crate's tarball are in the crate's repository. 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 section_testing. Alternatively, you can download the tarball of section_testing v0.0.5 or view the source online.