Rust static analysis suggestion

hey guys,

can you please suggets me a static analysis for Rust?

Thanks

The Rust linter is called Clippy:

What do you want to analyse?

I find rustc via cargo does a good job of finding a lot of silly mistakes and clippy can offer hints for enhancements.