description |
---|
Rustify is a tool that turns Rust code into idiomatic Rust. |
Idiomatic coding means following the conventions of a given language. It is the most concise, convenient, and common way of accomplishing a task in that language, rather than forcing it to work in a way the author is familiar with from a different language.