icefoxen / cargo-osha

A Cargo plugin to list unsafe code in a Rust project.
Apache License 2.0
43 stars 3 forks source link

Recursive scanning of the whole project and dependencies. #3

Open vi opened 6 years ago

vi commented 6 years ago

There should be a mode for cargo osha to output a summary grouped by crate of entire dependency tree, not just individual file or crate.

anderejd commented 6 years ago

I'm working on this... I'll post here when done. :) Unless someone beats me to it.

anderejd commented 6 years ago

PR is up: https://github.com/icefoxen/cargo-osha/pull/7