Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / clap_derive / README.md
blob1ca9ce6c93f23caa44b74f82910c59137ad2a542
1 # clap_derive
3 Macro implementation for clap's derives.
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)
9 ## License
11 Licensed under either of
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>)
16 at your option.
18 ### Contribution
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.
24 See [CONTRIBUTING](CONTRIBUTING.md) for more details.