Expand description
Value encoding/decoding for GRC-20 binary format.
Implements the wire format for property values (spec Section 6.5).
Functionsยง
- decode_
position - Decodes a position string with validation (zero-copy).
- decode_
property_ value - Decodes a PropertyValue (property index + value + optional language).
- decode_
value - Decodes a Value from the reader based on the data type (zero-copy).
- encode_
property_ value - Encodes a PropertyValue (property index + value + optional language).
- encode_
value - Encodes a Value to the writer.
- validate_
position - Validates a position string according to spec rules.