2 releases
0.1.1 | Feb 7, 2025 |
---|---|
0.1.0 | Feb 7, 2025 |
#48 in #testing-cargo
276 downloads per month
3KB
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:
$ cargo add masterbongo-rs
With the derive feature:
# or cargo add masterbongo-rs -F derive
$ cargo add masterbongo-rs --features derive
Dependencies
~97KB