avlsort 0.1.2

Rust crate of AVL tree holding the rank and the number of duplicates of elements.
Documentation
[dependencies.num-traits]
version = "0.2.14"

[dependencies.rand]
version = "0.8.4"

[package]
authors = ["doraneko94 <shuntaro94@gmail.com>"]
categories = ["mathematics", "algorithms", "data-structures"]
description = "Rust crate of AVL tree holding the rank and the number of duplicates of elements."
documentation = "https://docs.rs/avlsort/"
edition = "2018"
keywords = ["mathematics", "algorithm", "avltree"]
license = "MIT"
name = "avlsort"
readme = "README.md"
repository = "https://github.com/doraneko94/avlsort"
version = "0.1.2"