Introspectable
Provides extremely simple introspection through the Introspectable trait, which enables runtime type introspection. A derive macro is available through the crate introspectable_derive.
This crate only supports owned types, excepting specifically 'static lifetimes.
Example
extern crate introspectable_derive;
use Introspectable;