Expand description
Binary encoding and decoding for RDF terms
This implementation is extracted and adapted from Oxigraph’s binary_encoder.rs to provide zero-dependency binary serialization with optimal storage efficiency.
Enums§
- Quad
Encoding - Quad encoding variations for different sort orders
Constants§
- WRITTEN_
TERM_ MAX_ SIZE - Maximum size of an encoded term in bytes
Functions§
- decode_
term - Decodes a term from a binary representation
- encode_
term - Encodes a term to a binary representation