cds 0.0.5

Collection of Data Structures
Documentation
[features]
arrayvec = []
default = []
std = []

[package]
authors = ["Rafael Buchbinder <rafi@rbk.io>"]
categories = ["data-structures", "no-std"]
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.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]