logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: num-traits

https://lib.rs/crates/num-traits/

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

num-traits = "0.2.14"

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
4
8
1
4
1
1
1
2
1
1
crate version
rating
date
reviewer
thoroughness, understanding
num-traits 0.2.11
positive
2020-01-18
none, high

num-traits provides traits for writing code generic over numeric types
and implementations for built-in numeric types. I exclusively reviewed
unsafe code.

num-traits uses some instances of unsafe code. Each unsafe block has a
comment explaining why it is required and why it is sound. The blocks are
easy to understand and check locally.

num-traits 0.2.11
positive
2020-04-29
medium, high

With a prior parsing bug fixed and Rust soon stabilizing floating point to
integer conversion without UB the previous reservations no longer hold. It
looks stable as is and doesn't attempt anything far fetched.

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

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