type_of

Crates.iotype_of
lib.rstype_of
version0.1.1
sourcesrc
created_at2016-04-23 12:50:10.786642
updated_at2016-04-23 13:06:37.775982
descriptionExports a set of macros which can be useful for inspecting the type of various expressions in your code at runtime.
homepage
repositoryhttps://github.com/sandeep-datta/type_of.git
max_upload_size
id4825
size2,423
Sandeep Datta (sandeep-datta)

documentation

README

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
Commit count: 7

cargo fmt