Skip to content

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

Notifications You must be signed in to change notification settings

sd-rust/type_of

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages