#ulid #identifier #traits #type #associating

no-std type_ulid

Trait for associating ULIDs with Rust types

3 releases (breaking)

0.2.0 Jun 1, 2023
0.1.0 Jan 18, 2023
0.0.0 Jan 1, 2023

#16 in #ulid

Download history 126/week @ 2024-04-01 49/week @ 2024-04-08 136/week @ 2024-04-15 61/week @ 2024-04-22 53/week @ 2024-04-29 55/week @ 2024-05-06 48/week @ 2024-05-13 42/week @ 2024-05-20 42/week @ 2024-05-27 45/week @ 2024-06-03 40/week @ 2024-06-10 44/week @ 2024-06-17 42/week @ 2024-06-24 20/week @ 2024-07-01 34/week @ 2024-07-08 50/week @ 2024-07-15

152 downloads per month
Used in 5 crates

MIT/Apache

5KB
57 lines

A simple crate containing the TypeUlid trait to allow associating Ulid identifiers with Rust types.

Example

#[derive(TypeUlid)]
#[ulid = "01GNDP9Y66JGBTGTX4XK6M32YB"]
struct MyStruct;

Dependencies

~1.2–1.7MB
~40K SLoC