Crate ordpath

source ·
Expand description

A hierarchy labeling scheme called ORDPATH.

Macros

  • Defines a new encoding with the specified stages.
  • Creates an OrdPath containing the arguments and with the [Default] encoding.

Structs

  • An iterator that references an OrdPath and yields its items by value.
  • A compressed binary container of hierarchy labels represented by i64 values.
  • An error which can be returned when parsing an OrdPath.
  • An encoding stage used for vlue compression.

Traits

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