Description
Detects usage of unsafe Rust in a Rust crate and its dependencies.
A cargo plugin that detects the usage of unsafe Rust in a Rust crate and its dependencies. It provides information to aid auditing and guide dependency selection but it can not help you decide when and why unsafe code is appropriate.