Atom or IntelliJ for Rust?

Just for reference, this is how to use cargo to check code. I've just today started learning Rust and using intelliJ. So took me a few minutes to find. Maybe it will save someone time though.

On a IDE related note, the docs mention cargo build --release for production code. But I wasn't sure how to build within intelliJ and use this parameter. So just wondered if anyone knew?

1 Like