Structs§
- Parse
Things IdError - Error returned when a string cannot be parsed as a
ThingsId. - Things
Id - A Things 3 entity identifier.
Functions§
- base58_
encode_ fixed - Encode a 16-byte Things ID into base58 ASCII, writing into a stack-allocated
[u8; 22]buffer. Returns the buffer and the number of valid bytes (always in the range 1..=22). No heap allocation is performed.