| Crates.io | typedid |
| lib.rs | typedid |
| version | 1.0.0 |
| created_at | 2023-06-29 08:03:44.679994+00 |
| updated_at | 2023-06-29 08:03:44.679994+00 |
| description | A library to generate and parse TypeIDs. |
| homepage | |
| repository | https://github.com/alisa101rs/typeid-rs |
| max_upload_size | |
| id | 903066 |
| size | 16,761 |
TypeIDs are a modern, type-safe, globally unique identifier based on the upcoming UUIDv7 standard. They provide a ton of nice properties that make them a great choice as the primary identifiers for your data in a database, APIs, and distributed systems. Read more about TypeIDs in their spec.
This particular implementation provides a rust library for generating and parsing TypeIDs.
This crate requires uuid_unstable feature to be enabled.
RUSTFLAGS="--cfg uuid_unstable"