cds 0.0.2

Collection of Data Structures
Documentation
[dev-dependencies.heapless]
version = "0.7.8"

[features]
arrayvec = []
default = []
std = []

[package]
authors = ["Rafael Buchbinder <rafi@rbk.io>"]
categories = ["data-structures"]
description = "Collection of Data Structures"
edition = "2021"
exclude = [".git*", "Makefile.toml"]
keywords = ["collections"]
license = "MIT OR Apache-2.0"
name = "cds"
repository = "https://github.com/r-bk/cds"
resolver = "2"
version = "0.0.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]