Cryptographically verifiable, distributed dependency reviews
reviewer: 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
Please, use mobile in landscape.
© bestia.dev 2023, MIT License, Version: 2023.608.1636
Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/
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 sizeof 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.