Skip to main contentCrate passid
Source pub use ksuid::KsuidError;pub use nanoid::NanoidError;pub use password::PasswordError;pub use typeid::TypeIdError;pub use ulid::UlidError;pub use uuid::UuidError;
- ksuid
- KSUID (K-Sortable Unique ID) and
KsuidMs generation. - nanoid
NanoID generation — URL-safe default and custom-alphabet variants.- password
- Password generation — character sets, constraints, and the core generator.
- typeid
TypeID encoding, prefix validation, and generation (spec v0.3.0).- ulid
- Monotonic ULID generation (Universally Unique Lexicographically Sortable Identifier).
- uuid
- UUID v4 and monotonic UUID v7 generation (RFC 4122 / RFC 9562).
- TimeError
- Error returned by [
now_ms] when the system clock cannot be read.