#reflection #meta #introspection #type #metaclass

nightly macro type-info-derive

Meta type information and type reflection at compile-time and runtime

2 unstable releases

Uses old Rust 2015

0.2.0 Apr 29, 2018
0.1.0 Apr 26, 2018

#59 in #introspection


Used in type-info

MIT license

70KB
1.5K SLoC

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.


lib.rs:

A procedural macro for deriving TypeInfo for any type.

See the type-info crate for more information as to what this means.

Dependencies

~2MB
~46K SLoC