Crate ordpath

source ·
Expand description

A hierarchy labeling scheme called ORDPATH.

Modules§

  • Types and traits used for encoding.

Macros§

  • Defines a new encoding with the specified stages.

Structs§

  • The error type for operations on an [OrdPath].
  • A data type representing an ORDPATH is stored as a continuous sequence of bytes.
  • An iterator over the ordinals of an ORDPATH.
  • The Reader<R, E> struct allows reading ORDPATH encoded values directly from any source implementing Read.
  • The Reader<R, E> struct allows reading ORDPATH encoded values directly from any source implementing [Read].

Enums§

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