[[bench]]
harness = false
name = "vec_benchmark"
[dev-dependencies.criterion]
version = "0.3"
[dev-dependencies.rand]
version = "0.8"
[features]
default = ["std"]
no_std = []
std = []
[package]
authors = ["Rubén Cantón <rubcc95@gmail.com>"]
description = "Auxiliary structures and traits for using dynamically resizable arrays (Vectors) in flexible environments, supporting both std and no_std contexts."
documentation = "https://docs.rs/no_std_collections"
edition = "2021"
license = "MIT"
name = "no_std_collections"
repository = "https://github.com/rubcc95/no_std_collections"
version = "0.1.5"