• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-4,1783,571

.android-checksum.jsonD04-Jul-20252.2 KiB11

.cargo-checksum.jsonD04-Jul-20251.8 KiB11

Android.bpD04-Jul-2025779 3127

Cargo.tomlD04-Jul-20251.5 KiB7363

LICENSED04-Jul-202511.1 KiB202169

LICENSE-APACHED04-Jul-202511.1 KiB202169

METADATAD04-Jul-2025415 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-2025803 2515

TEST_MAPPINGD04-Jul-2025780 3837

cargo_embargo.jsonD04-Jul-2025130 99

README.md

1# clap_derive
2
3Macro implementation for clap's derives.
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