]> git.proxmox.com Git - rustc.git/blob - vendor/clap_derive-3.2.18/README.md
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / clap_derive-3.2.18 / README.md
1 # clap_derive
2
3 Macro implementation for clap's derives.
4
5 [docs.rs](https://docs.rs/clap)
6 - [Derive Tutorial](https://github.com/clap-rs/clap/blob/v3.2.18/examples/tutorial_derive/README.md)
7 - [Derive Reference](https://github.com/clap-rs/clap/blob/v3.2.18/examples/derive_ref/README.md)
8
9 ## License
10
11 Licensed 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
16 at your option.
17
18 ### Contribution
19
20 Unless you explicitly state otherwise, any contribution intentionally submitted
21 for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
22 dual licensed as above, without any additional terms or conditions.
23
24 See [CONTRIBUTING](CONTRIBUTING.md) for more details.