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

section_testing = "0.0.5"

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
2
2
crate version
rating
date
reviewer
thoroughness, understanding
section_testing 0.0.5
positive
2021-04-29
medium, low

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.

section_testing 0.0.5
positive
2021-04-29
medium, low

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.

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

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