2 releases
Uses old Rust 2015
0.1.1 | Apr 23, 2016 |
---|---|
0.1.0 | Apr 23, 2016 |
#11 in #inspecting
2KB
Exports a set of macros which can be useful for inspecting the type of various expressions in your code at runtime. Mostly intended for use in debugging and troubleshooting scenarios. Initial solution taken from following stack overflow post: http://stackoverflow.com/a/29168659/39648.
Run provided example using following command ...
cargo run --example basic