Audits of Rust crates from Google

Post Syndicated from original https://lwn.net/Articles/932734/

Google has announced
the release of the results of internal audits on a number of rust crates.

You can easily import audits done by Googlers into your own
projects that attest to the properties of many open-source Rust
crates. Then, equipped with this data, you can decide whether
crates meet the security, correctness, and testing requirements for
your projects.

This work uses the cargo vet tool covered here one year ago.