logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

reviewer: Cerber-Ursi

https://lib.rs/Cerber-Ursi

$ cargo crev repo fetch url https://github.com/Cerber-Ursi/crev-proofs
$ cargo crev id trust GhxqQRJrtQ2QeTN8Cr0rIwTud07-g1kaUkPbbfMvSK0

repo: https://github.com/Cerber-Ursi/crev-proofs

crate version
rating
date
reviewer
thoroughness, understanding
positive
2021-11-27
Cerber-Ursi
medium, medium

A de-facto standard crate for random number generation, highly validated by common practice.

Can't really give the "strong" review, since there are several uses of copy_nonoverlapping,
which either deserve a comment with a little explanation or can be safely replaced with
copy_from_slice. Also, noted some suboptimal ergonomic for internal macro, when the size
of type in use is passed explicitly and sometimes unchecked.
However, it does its work well, and to my opinion is a good (just not excellent) example
of what the idiomatic Rust code should be.

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

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