Crate ordpath

Source
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.
DefaultEncoding
Error
The error type for operations on an ORDPATH.
OrdPath
A slice of an OrdPath.
OrdPathBuf
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 implementing Read.
Stage
An encoding stage used for vlue compression.
UserDefinedEncoding
A user defined encoding.
Writer
The Writer struct allows reading ORDPATH encoded values directly from any source implementing Write.

Enums§

ErrorKind
A list of possible types of errors that can cause parsing an ORDPATH to fail.

Traits§

Encoding
An implementation of Encoding is responsible for providing a Stage for the provided value or prefix.