Crate snowid

Crate snowid 

Source

Structs§

SnowID
Main ID generator with cache-line alignment to prevent false sharing
SnowIDConfig
Configuration for SnowID generator Copy-optimized with const-evaluable fields
SnowIDExtractor
SnowID component extractor

Enums§

Base62DecodeError
SnowIDError
Represents errors that can occur during SnowID operations

Functions§

base62_decode
Decode a base62 string to a u64, handling potential overflow
base62_encode
Re-export base62 encode function from the external crate with appropriate type conversions