tuplify 1.1.4

Generic hlist/tuple library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Alois Masanell <massou@cantina.space>"]
categories = ["rust-patterns", "data-structures"]
description = "Generic hlist/tuple library"
documentation = "https://docs.rs/tuplify"
edition = "2021"
homepage = "https://github.com/cantina-space/tuplify"
include = ["Cargo.toml", "readme.md", "license", "src/**"]
keywords = ["tuple", "hlist", "generic", "heterogenous_list"]
license = "BSD-3-Clause"
name = "tuplify"
readme = "readme.md"
repository = "https://github.com/cantina-space/tuplify"
resolver = "1"
version = "1.1.4"