This crate provides a Discrete Interval Encoding Tree implementation.
- The tree is AVL balanced
- 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
This project is licensed under the MIT License (LICENSE or http://opensource.org/licenses/MIT).