Audits of Rust crates from Google
Google has announcedthe release of the results of internal audits on a number of rust crates.
You can easily import audits done by Googlers into your ownprojects that attest to the properties of many open-source Rustcrates. Then, equipped with this data, you can decide whethercrates meet the security, correctness, and testing requirements foryour projects.
This work uses the cargo vet tool covered here one year ago.