[package] name = "libreda-splay" version = "0.1.1" repository = "https://codeberg.org/LibrEDA/splay" authors = ["Thomas Kramer ", "Bodo Junglas "] edition = "2018" license = "AGPL-3.0-or-later" description = "Splay map and splay set data structures." categories = ["data-structures"] keywords = ["splay", "set", "map", "data-structures"] [dependencies] [dev-dependencies] rand = "0.7"