Expand description
A hierarchy labeling scheme called ORDPATH.
Macros§
- encoding
- Defines a new encoding with the specified stages.
Structs§
- Ancestors
- An iterator over
OrdPath
ancestors. - Bytes
- An iterator over the bytes of an
OrdPath
. - Default
Encoding - Error
- The error type for operations on an ORDPATH.
- OrdPath
- A slice of an
OrdPath
. - OrdPath
Buf - A data type representing an ORDPATH is stored as a continuous sequence of bytes.
- Ordinals
- An iterator over the ordinals of an
OrdPath
. - Reader
- The
Reader
struct allows reading ORDPATH encoded values directly from any source implementingRead
. - Stage
- An encoding stage used for vlue compression.
- User
Defined Encoding - A user defined encoding.
- Writer
- The
Writer
struct allows reading ORDPATH encoded values directly from any source implementingWrite
.
Enums§
- Error
Kind - A list of possible types of errors that can cause parsing an ORDPATH to fail.