storagevec 0.1.6

Feature-gated heap-based/stack-based map and vector structures.
Documentation
[dependencies.hashbrown]
optional = true
version = "0.8.2"

[dependencies.tinymap]
version = "0.2.4"

[dependencies.tinyvec]
features = ["nightly_const_generics"]
version = "1.0.0"

[features]
alloc = ["hashbrown"]
default = ["alloc"]
stack = ["tinyvec/alloc"]

[package]
authors = ["not_a_seagull <jtnunley01@gmail.com>"]
description = "Feature-gated heap-based/stack-based map and vector structures."
edition = "2018"
homepage = "https://github.com/not-a-seagull/storagevec-rs#readme"
license = "MIT OR Apache-2.0"
name = "storagevec"
repository = "https://github.com/not-a-seagull/storagevec-rs"
version = "0.1.6"