typeinfo
The typeinfo crate provides access to type information for POD (plain old data)
types at runtime.
Examples
Defining reflectable struct types only requires wrapping the struct definition in
the def! macro:
extern crate typeinfo;
use TypeInfo;
def!
Output (whitespace formatted):
Compound
License
typeinfo is primarily distributed under the terms of both the MIT license and
the Apache License (Version 2.0), with portions covered by various BSD-like
licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.