Module ctti::type_id

source ·
Expand description

Example implementation of hashed type ID

This is a sample implementation of core::any::type_id built on top of TypeInfo. This is freely implementable as additional crate. It doesn’t need to live within ctti. It doesn’t use cryptographically secure hashing, but should be sufficient in regular cases.

Functions