Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 25-Apr-2025 | - | 28,092 | 15,749 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 5.4 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 1 KiB | 44 | 40 | |
Cargo.toml | D | 25-Apr-2025 | 2.5 KiB | 140 | 122 | |
LICENSE | D | 25-Apr-2025 | 11.1 KiB | 202 | 169 | |
LICENSE-APACHE | D | 25-Apr-2025 | 11.1 KiB | 202 | 169 | |
LICENSE-MIT | D | 25-Apr-2025 | 1.1 KiB | 22 | 17 | |
METADATA | D | 25-Apr-2025 | 431 | 18 | 17 | |
MODULE_LICENSE_APACHE2 | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 796 | 25 | 15 | |
cargo_embargo.json | D | 25-Apr-2025 | 126 | 11 | 10 |
README.md
1# clap_builder 2 3Builder implementation for clap. 4 5[docs.rs](https://docs.rs/clap) 6- [Derive Tutorial](https://docs.rs/clap/latest/clap/_derive/_tutorial/index.html) 7- [Derive Reference](https://docs.rs/clap/latest/clap/_derive/index.html) 8 9## License 10 11Licensed under either of 12 13- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>) 14- MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>) 15 16at your option. 17 18### Contribution 19 20Unless you explicitly state otherwise, any contribution intentionally submitted 21for inclusion in the work by you, as defined in the Apache-2.0 license, shall be 22dual licensed as above, without any additional terms or conditions. 23 24See [CONTRIBUTING](CONTRIBUTING.md) for more details. 25