[package] name = "tuplify" version = "1.1.4" edition = "2021" authors = ["Alois Masanell "] description = "Generic hlist/tuple library" keywords = ["tuple", "hlist", "generic", "heterogenous_list"] readme = "readme.md" include = ["Cargo.toml", "readme.md", "license", "src/**"] license = "BSD-3-Clause" categories = ["rust-patterns", "data-structures"] homepage = "https://github.com/cantina-space/tuplify" documentation = "https://docs.rs/tuplify" repository = "https://github.com/cantina-space/tuplify"