Macros§
- tacit
- Create a unique tacit type, which is a strong type over a primitive type.
This new type will typically implement all the traits you’d normally want
along with the traits the inner type implements, like
Clone,Eq,Hash, etc., along withSerializeandDeserializeas well asFromStr.
Structs§
- Tacit
- General-purpose ID struct to create convenient strong types.
Traits§
- Identity
- Trait for tacit types to identify themselves with.