We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7da369 commit d7c7de1Copy full SHA for d7c7de1
README.md
@@ -4,7 +4,7 @@ Symbol demangling for Rust
4
5
[](https://travis-ci.org/alexcrichton/rustc-demangle)
6
7
-[Documentation](http://alexcrichton.com/rustc-demangle)
+[Documentation](https://docs.rs/rustc-demangle)
8
9
# License
10
src/main.rs
@@ -0,0 +1,4 @@
1
+extern crate rustc_demangle;
2
+
3
+fn main() {
+}
0 commit comments