tlist 0.7.0

Type-level linked lists (of types) and type-level 'functions' to manipulate them. Because TList is implemented using GATs, usage is very ergonomic.
Documentation
[dependencies.typenum]
optional = true
version = "1.16.0"

[dev-dependencies.static_assertions]
version = "1.1.0"

[dev-dependencies.typenum]
version = "1.16.0"

[features]
doc = ["typenum"]
typenum = ["dep:typenum"]

[package]
authors = ["Qqwy / Marten"]
categories = ["no-std", "no-std::no-alloc", "data-structures", "algorithms", "rust-patterns"]
description = "Type-level linked lists (of types) and type-level 'functions' to manipulate them. Because TList is implemented using GATs, usage is very ergonomic."
edition = "2021"
keywords = ["generic", "tlist", "functional", "list", "no_std"]
license = "MIT"
name = "tlist"
readme = "README.md"
repository = "https://github.com/qqwy/rust-tlist"
version = "0.7.0"

[package.metadata.docs.rs]
features = ["doc"]