Crate tacit

Source

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 with Serialize and Deserialize as well as FromStr.

Structs§

Tacit
General-purpose ID struct to create convenient strong types.

Traits§

Identity
Trait for tacit types to identify themselves with.