3 releases (breaking)
0.2.0 | Jun 1, 2023 |
---|---|
0.1.0 | Jan 18, 2023 |
0.0.0 | Jan 1, 2023 |
#16 in #ulid
152 downloads per month
Used in 5 crates
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.3–1.8MB
~40K SLoC