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.14
neutral
2021-11-08
none, low

Used by almost everyone

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.

num-traits 0.2.9
2020-04-29
advisories:
medium
major

Fixed panic when parsing floating point literals

num-traits 0.2.8
positive
2019-08-23
medium, medium

Mostly just traits; unsafe can probably be removed, see https://github.com/rust-num/num-traits/issues/123

num-traits 0.2.6
positive
2019-08-30
medium, high
issues:
medium

Not quite ready for untrusted input due to panics and not fuzzed. Minor
soundness concerns for floating point operations, rooted in Rust language
as operator not having fully specified behaviour (yet). All is well for the
integer part of the library.

num-traits 0.2.6
positive
2019-07-05
low, low
num-traits 0.1.43
positive
2019-08-23
medium, medium

Nothing but a re-export of num-traits 0.2

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

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