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
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.14 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • sd-rust/type_of
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sandeep-datta

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