1# rustc-demangle
2
3Symbol demangling for Rust
4
5[![Build Status](https://travis-ci.org/alexcrichton/rustc-demangle.svg?branch=master)](https://travis-ci.org/alexcrichton/rustc-demangle)
6
7[Documentation](https://docs.rs/rustc-demangle)
8
9# License
10
11This project is licensed under either of
12
13 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
14   http://www.apache.org/licenses/LICENSE-2.0)
15 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
16   http://opensource.org/licenses/MIT)
17
18at your option.
19
20### Contribution
21
22Unless you explicitly state otherwise, any contribution intentionally submitted
23for inclusion in rustc-demangle you, as defined in the Apache-2.0 license, shall
24be dual licensed as above, without any additional terms or conditions.
25