[dependencies.itertools]
version = "0.10"
[dependencies.rangemap]
version = "1.3"
[dev-dependencies.rand]
version = "0.8"
[package]
description = "Datastructure that stores separate but contiguous ranges of values efficiently"
edition = "2021"
license = "MIT"
name = "sparse_vec"
readme = "README.md"
repository = "https://github.com/Atilogit/sparse_vec"
version = "0.1.0"