A cryptographically verifiable code review system for the cargo (Rust) package manager. - crev-dev/cargo-crev
A cryptographically verifiable code review system for the cargo (Rust) package manager. Introduction Crev is a language and ecosystem agnostic, distributed code review system. cargo-crev is an implementation of Crev as a command line tool integrated with cargo . This tool helps Rust users evaluate the quality and trustworthiness of their package dependencies. Features cargo-crev can already: warn you about untrustworthy crates and security vulnerabilities, display useful metrics about your dependencies, help you identify…