logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: adler

https://lib.rs/crates/adler/

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

adler = "1.0.2"

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
3
4
2
1
crate version
rating
date
reviewer
thoroughness, understanding
adler 1.0.2
positive
2021-04-28
high, medium

This is an implementation of Adler-32 checksum. It has no unsafe, and the
code is quite simple. The only complicated part is the algorithm itself, but
there is a big comment explaining what's going on, and the structure of the
code matches the explanation. I can't vouch the implementation is bug-free,
but I'm sure it's sound and isn't malicious.

Thoroughness is "high" because I read the whole crate quite attentively, but
understanding is still "medium" since I didn't quite follow the math that
enables vectorization in this crate.

adler 1.0.2
positive
2021-04-28
high, medium

This is an implementation of Adler-32 checksum. It has no unsafe, and the
code is quite simple. The only complicated part is the algorithm itself, but
there is a big comment explaining what's going on, and the structure of the
code matches the explanation. I can't vouch the implementation is bug-free,
but I'm sure it's sound and isn't malicious.

Thoroughness is "high" because I read the whole crate quite attentively, but
understanding is still "medium" since I didn't quite follow the math that
enables vectorization in this crate.

adler 0.2.3
strong
2020-07-14
low, medium

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

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