dlist 0.1.4

List data structure based on AVL tree. It can store elements which have dimension and quickly search for elements by distance from 0.
Documentation
[dev-dependencies.lipsum]
version = "0.7"

[package]
authors = ["Mikhail Isupov <lam0x86@gmail.com>"]
description = "List data structure based on AVL tree. It can store elements which have dimension and quickly search for elements by distance from 0."
documentation = "https://docs.rs/dlist"
edition = "2018"
license = "Unlicense/MIT"
name = "dlist"
readme = "README.md"
repository = "https://github.com/misupov/dlist"
version = "0.1.4"