clap/clap_builder
Josh Triplett 416b1a8da7 fix: Remove unused dev-dependencies
These dependencies are used elsewhere in clap, but not in these crates.
`cargo test` and `cargo check --examples` both still pass with these
dependencies removed.
2023-10-10 20:11:33 +08:00
..
src docs: Provide custom help flag example 2023-10-04 16:25:31 -05:00
Cargo.toml fix: Remove unused dev-dependencies 2023-10-10 20:11:33 +08:00
CONTRIBUTING.md refactor: Split out clap_builder for faster derive builds 2023-03-24 21:50:02 -05:00
LICENSE-APACHE refactor: Split out clap_builder for faster derive builds 2023-03-24 21:50:02 -05:00
LICENSE-MIT refactor: Split out clap_builder for faster derive builds 2023-03-24 21:50:02 -05:00
README.md refactor: Split out clap_builder for faster derive builds 2023-03-24 21:50:02 -05:00

clap_builder

Builder implementation for clap.

docs.rs

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING for more details.