#run-time #exports #expressions #inspecting #set #macro #debugging

nightly type_of

Exports a set of macros which can be useful for inspecting the type of various expressions in your code at runtime

2 releases

Uses old Rust 2015

0.1.1 Apr 23, 2016
0.1.0 Apr 23, 2016

#13 in #inspecting

MITNFA license

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

No runtime deps