# masterbongo-rs (https://crates.io/crates/masterbongo-rs)
- `masterbongo-rs` is a dummy crate for learning how to create and publish multiple crates in a single repository.
- inspiration: https://github.com/clap-rs/clap
- has sub-crates: core & derive
- derive should be an additional feature
## Installation
Without the derive feature:
```bash
$ cargo add masterbongo-rs
```
With the derive feature:
```bash
# or cargo add masterbongo-rs -F derive
$ cargo add masterbongo-rs --features derive
```