logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: fnv

https://lib.rs/crates/fnv/

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

fnv = "1.0.7"

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
5
6
4
5
1
1
crate version
rating
date
reviewer
thoroughness, understanding
fnv 1.0.7
positive
2021-09-28
low, medium

changes imports for no_std, no changes to code

fnv 1.0.7
strong
2021-04-28
high, high

FNV is an extremely simple hashing algorithm. This crate implements a variant
called FNV-1a.

It uses no unsafe, and just basic arithmetic. Half the code is actually
tests. I'm convinced that there are no bugs here, and definitely no malicious
code.

fnv 1.0.7
strong
2021-04-28
high, high

FNV is an extremely simple hashing algorithm. This crate implements a variant
called FNV-1a.

It uses no unsafe, and just basic arithmetic. Half the code is actually
tests. I'm convinced that there are no bugs here, and definitely no malicious
code.

fnv 1.0.6
positive
2019-09-19
medium, medium

Turns out the FNV algorithm is clever but trivial to implement, and this crate does nothing besides implement it.

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

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