The cargo-safety
crate (https://github.com/alexkehayias/cargo-safety) is a subcommand for cargo
that checks Rust projects for all uses of unsafe
code in dependencies. It walks the dependency tree, parses code into it's AST and searched. This helps the project author to know where there might be hidden bugs and undefined behavior.
Projects