Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 625 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 625 Bytes

Lz DIET (Discrete Interval Encoding Tree)

This crate provides a Discrete Interval Encoding Tree implementation.

Build Status

Documentation

Features

  • The tree is AVL balanced

Crate Features

  • bigint - Allows the tree to be used with BigInt and BigUInt
  • extprim - Allows the tree to be used with u128 and i128
  • chrono - Allows the tree to be used with chrono Dates

License

This project is licensed under the MIT License (LICENSE or http://opensource.org/licenses/MIT).