typeid_prefix 1.2.1

A Rust library that implements a type-safe version of the TypePrefix section of the `TypeID` Specification
Documentation
1
2
3
4
5
pub use prefix_factory::PrefixFactory;
pub use validate::Validate;

mod prefix_factory;
mod validate;