Crate lz_diet [] [src]

Macros

adjacent_bound_impl

Implements AdjacentBound for a type using the specified value to represent an increment of "one".

Structs

Diet

An AVL balanced Discrete Interval Encoding Tree where each node represents a discrete (non-touching) interval.

DietNode
Interval

A wrapper for Range<T> which exposes some useful methods.

IntoIter

An owned Iterator for DietNode

Iter

A borrowing Iterator for DietNode

Traits

AdjacentBound

For types which have adjacent values.

Type Definitions

DietNodePtr