This is part guide, part post about what you should consider before building a new CLI app in Rust. — Like this article? have questions? Follow me on twitter and ask away:) Before jumping into a cargo new and hitting it, read up and see how to boost your development experience, CLI ergonomics, and project maintainability. Structure When you have a CLI app, you have…