6 ms·
Random question, does cargo have a way to identify if a package uses unsafe Rust code?
by nyc_pizzadev 5mo ago
Random question, does cargo have a way to identify if a package uses unsafe Rust code?
- woodruffw 5mo agoNo, but you can use cargo-geiger[1] or siderophile[2] for that. [1]: https://github.com/geiger-rs/cargo-geiger https://github.com/geiger-rs/cargo-geiger [2]: https://github.com/trailofbits/siderophile https://github.com/trailofbits/siderophile