nlist 0.0.4

inline-allocated list with statically tracked length
Documentation
[dependencies.const_panic]
default-features = false
version = "0.2"

[dependencies.typewit]
default-features = false
version = "1.8"

[features]
alloc = ["typewit/alloc"]
default = ["alloc"]

[lib]
name = "nlist"
path = "src/lib.rs"

[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "data-structures"]
description = "inline-allocated list with statically tracked length"
documentation = "https://docs.rs/nlist/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "./README.md", "LICENSE-ZLIB.md"]
keywords = ["GADT", "type_witness", "no_std", "list", "data-structure"]
license = "Zlib"
name = "nlist"
readme = "README.md"
repository = "https://github.com/rodrimati1992/nlist/"
rust-version = "1.79.0"
version = "0.0.4"