Logo by Misiasart
Thanks to all individual and corporate sponsors, without whom this work could not exist:
Defines the core types adn traits used throughout the facet ecosystem for runtime reflection:
Facet
: exposes aSHAPE
associated constShape
: The central type that describes the memory layout and capabilities of a type- Various vtables that define how to manipulate types at runtime
- The
Def
tree, which describes type definitions (structs, enums, etc.)
This crate is foundational to facet's reflection capabilities, providing the type system that enables runtime type manipulation.