cbh_command 0.0.4

Implementation crate for cargo-bench-history - do not reference directly
Documentation
1
2
3
4
5
6
# cbh_command

Implementation crate for [`cargo-bench-history`](https://github.com/folo-rs/folo). Do
not depend on this directly — it carries the parsed command model (the `Command` enum and
the per-subcommand option value types) that the CLI parser produces and the commands
consume. It has no stable public API; use the `cargo-bench-history` tool instead.