[package] name = "array_stump" version = "0.2.1" authors = ["Fabian Keller "] edition = "2018" license = "MIT" description = "A data structure mixing dynamic array and sorted set semantics." [dev-dependencies] rand = "0.7.3" pretty_assertions = "0.6" [features] indextrait = []