variadic_generics 0.1.2

A first attempt in using traits & tuples to work around Rusts lack of variadic generics.
Documentation
[package]
authors = ["Felix Köpge <fkoep@mailbox.org>"]
categories = ["no-std", "rust-patterns"]
description = "A first attempt in using traits & tuples to work around Rusts lack of variadic generics."
documentation = "https://docs.rs/variadic_generics"
edition = "2018"
license = "MIT"
name = "variadic_generics"
readme = "README.md"
repository = "https://github.com/fkoep/variadic_generics-rs"
version = "0.1.2"