masterbongo-rs

Crates.iomasterbongo-rs
lib.rsmasterbongo-rs
version0.1.1
created_at2025-02-07 08:27:17.210371+00
updated_at2025-02-07 08:51:57.082974+00
descriptionA dummy crate for testing cargo workspaces
homepage
repositoryhttps://gitlab.com/Masterbongo/masterbongo-rs
max_upload_size
id1546647
size4,055
Masa Mark Fukui (masamerc)

documentation

README

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
Commit count: 16

cargo fmt