• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-1,8391,410

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D13-May-201618 32

.travis.ymlH A D02-Jan-2019494 2322

Cargo.tomlH A D01-Jan-19701.1 KiB3430

Cargo.toml.orig-cargoH A D13-Aug-2019599 2017

LICENSE-APACHEH A D13-May-201610.6 KiB202169

LICENSE-MITH A D13-May-20161 KiB2622

README.mdH A D23-Apr-2018756 2515

README.md

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