This crate provides a fast and reliable way to extract the Serde name of a Rust container.
```rust
struct Foo { bar: Bar, }
enum Bar { A, B, C }
asserteq!(tracename::
See the CONTRIBUTING file for how to help out.
This project is available under the terms of either the Apache 2.0 license or the MIT license.