logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: nonmax

https://lib.rs/crates/nonmax/

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

nonmax = "0.4.0"

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
6
6
2
2
2
2
2
2
crate version
rating
date
reviewer
thoroughness, understanding
nonmax 0.4.0
positive
2020-10-11
high, high

[Full Audit]
std::num::NonZero___ equivalents

Pros:

  • Works
  • Can represent 0
  • Clever cheap xors for implementation

Cons:

  • Missing a lot of traits vs equivalent NonZero*s
  • Extra pointless unsafe in new impl
nonmax 0.3.0
positive
2020-10-11
high, high

[Full Audit]
std::num::NonZero___ equivalents

Pros:

  • Works
  • Can represent 0
  • Clever cheap xors for implementation

Cons:

  • Missing a lot of traits vs equivalent NonZero*s
  • Extra pointless unsafe in new impl
nonmax 0.2.0
positive
2020-10-11
high, high

[Full Audit]
std::num::NonZero___ equivalents

Pros:

  • Works
  • Can represent 0
  • Clever cheap xors for implementation

Cons:

  • Missing a lot of traits vs equivalent NonZero*s
  • Extra pointless unsafe in new impl

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

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