# Lz DIET (Discrete Interval Encoding Tree) This crate provides a Discrete Interval Encoding Tree implementation. [![Build Status](https://travis-ci.org/Lukazoid/lz_diet.svg?branch=master)](https://travis-ci.org/Lukazoid/lz_diet) [Documentation](https://docs.rs/lz_diet) # 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](LICENSE) or http://opensource.org/licenses/MIT).