1//! Registering and evolving custom data types. 2 3pub mod type_category; 4pub mod type_usage_list; 5 6pub use type_category::TypeCategory; 7pub use type_usage_list::TypeUsageList;