[badges.azure-devops]
build = "21"
pipeline = "arrav"
project = "jonhoo/jonhoo"
[badges.codecov]
branch = "master"
repository = "jonhoo/arrav"
service = "github"
[badges.maintenance]
status = "experimental"
[[bench]]
harness = false
name = "len"
[dependencies]
[dev-dependencies.criterion]
version = "0.3"
[features]
default = ["std", "specialization"]
specialization = []
std = []
[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["data-structures", "no-std"]
description = "Sentinel-based heapless vector"
edition = "2018"
keywords = ["vector", "array", "const"]
license = "MIT OR Apache-2.0"
name = "arrav"
readme = "README.md"
repository = "https://github.com/jonhoo/arrav.git"
version = "0.2.0"