cpp_demangle
cpp_demangle copied to clipboard
added simple example + fixed warning in ast.rs
Hi,
I added a simple example (examples/simple.rs) which is just the readme example.
I also fixed the unused warning in src/ast.rs:359 by adding #[allow(unused)]
Bye