Structs§
- SnowID
- Main ID generator with cache-line alignment to prevent false sharing
- SnowID
Config - Configuration for SnowID generator Copy-optimized with const-evaluable fields
- SnowID
Extractor - SnowID component extractor
Enums§
- Base62
Decode Error - SnowID
Error - 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