A simple crate containing the [TypeUlid] trait to allow associating [Ulid][ulid::Ulid]
identifiers with Rust types.
Example
# use TypeUlid;
;
A simple crate containing the [TypeUlid] trait to allow associating [Ulid][ulid::Ulid]
identifiers with Rust types.
# use type_ulid::TypeUlid;
#[derive(TypeUlid)]
#[ulid = "01GNDP9Y66JGBTGTX4XK6M32YB"]
struct MyStruct;