type_of 0.1.1

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

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