DEV Community

Discussion on: Adventures in Rust

Collapse
 
samipietikainen profile image
Sami Pietikäinen

I would also recommend using clippy when working with Rust. It's a linter that can help to catch common mistakes, and in general help to write more idiomatic Rust code.

I've also written about my experiences coming from C/C++ if you're interested.