[go: up one dir, main page]

typed-index-collections 3.0.1

Typed index version of Rust slice and Vec containers
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "1.0"
[dev-dependencies.derive_more]
version = "0.99"

[dev-dependencies.version-sync]
version = "0.9"

[features]
alloc = []
default = ["alloc", "std"]
serde-alloc = ["alloc", "serde/alloc"]
serde-std = ["std", "serde/std"]
std = []

[package]
authors = ["Andrey Zheleznov <zheland.net@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "Typed index version of Rust slice and Vec containers"
documentation = "https://docs.rs/typed-index-collections"
edition = "2018"
keywords = ["collection", "index", "no_std", "slice", "vec"]
license = "MIT OR Apache-2.0"
name = "typed-index-collections"
readme = "README.md"
repository = "https://github.com/zheland/typed-index-collections"
version = "3.0.1"
[package.metadata.docs.rs]
all-features = true