cargo-geiger icon indicating copy to clipboard operation
cargo-geiger copied to clipboard

Detect non-Rust code

Open kellytk opened this issue 4 years ago • 4 comments

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.

kellytk avatar May 04 '20 06:05 kellytk

Thanks for the suggestion. Are we talking about identifying and presenting stats for FFI?

Related: #6

anderejd avatar May 06 '20 09:05 anderejd

@anderejd Anything that results in non-Rust code being executed.

kellytk avatar May 07 '20 11:05 kellytk

@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 :)

pinkforest avatar Jan 06 '22 07:01 pinkforest

As I now only write Rust I probably wouldn't be able to help with that unfortunately.

kellytk avatar Jan 06 '22 14:01 kellytk