- A simple cli application that does CRUD
- Created as practice for developing CLI apps in rust using clap
- To build crud-rs you will first need a working setup of
Rust
andCargo
. Rustup is the simplest way to set this up on either Windows, Mac or Linux. - Once installed, compilation on your native platform is as simple as running the following in a terminal:
cargo build --release
- To know how to use and see all available subcommands use:
crud-rs --help