cargo-geiger
cargo-geiger copied to clipboard
Detect non-Rust code
If this plugin is the correct project for the feature, it would be helpful to me to be able to detect the use of non-Rust code in a dependency tree.
Thanks for the suggestion. Are we talking about identifying and presenting stats for FFI?
Related: #6
@anderejd Anything that results in non-Rust code being executed.
@kellytk if you don't mind mind we could use a test crate that includes all sorts of code that should not be included but current cargo-geiger includes so we can have a real nice repro and include in CI :)
As I now only write Rust I probably wouldn't be able to help with that unfortunately.