Skip to main content

Module things_id

Module things_id 

Source

Structs§

ParseThingsIdError
Error returned when a string cannot be parsed as a ThingsId.
ThingsId
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.