[dependencies.serde]
optional = true
version = "1.0.193"
[dependencies.to-arraystring]
optional = true
version = "0.2.1"
[dependencies.typesize]
default-features = false
optional = true
version = "0.1.3"
[dev-dependencies.serde_json]
version = "1"
[features]
default = ["std"]
nightly = []
serde = ["dep:serde"]
std = []
to-arraystring = ["dep:to-arraystring"]
typesize = ["dep:typesize"]
[lib]
name = "small_fixed_array"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A crate providing fixed length immutable collections with a low memory footprint."
edition = "2021"
keywords = ["array", "string", "collection", "low-memory"]
license = "MIT"
name = "small-fixed-array"
readme = "README.md"
repository = "https://github.com/GnomedDev/small-fixed-array"
rust-version = "1.70"
version = "0.4.9"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "tests"
path = "tests/tests.rs"