type-info 0.2.1

Meta type information and type reflection at compile-time and runtime.
Documentation
  • Coverage
  • 100%
    50 out of 50 items documented1 out of 24 items with examples
  • Size
  • Source code size: 14.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • dflemstr/type-info
    23 5 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dflemstr

type-info docs

An implementation of detailed type information and reflection.

This library provides simple access to type information at runtime, as well as the ability to manipulate data whose type is not statically known.

See the API documentation for more information.