• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-4,0183,416

.cargo_vcs_info.jsonD03-May-2024105 66

Android.bpD03-May-20241.9 KiB5854

Cargo.tomlD03-May-20241.6 KiB7665

Cargo.toml.origD03-May-2024932 4438

LICENSED03-May-202411.1 KiB202169

LICENSE-APACHED03-May-202411.1 KiB202169

LICENSE-MITD03-May-20241.1 KiB2217

METADATAD03-May-2024658 2422

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-202447 21

README.mdD03-May-2024803 2515

TEST_MAPPINGD03-May-2024837 3938

cargo2android.jsonD03-May-202418 43

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