duple 0.0.1

proof of concept library with methods generic over the tuple length
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["micouy <m.powierza@tutanota.com>"]
categories = ["rust-patterns"]
description = "proof of concept library with methods generic over the tuple length"
edition = "2018"
include = ["src/", "Cargo.toml", "README.md"]
keywords = ["tuple", "tuples"]
license = "GPL-3.0"
name = "duple"
repository = "https://github.com/micouy/duple"
version = "0.0.1"