tuplities-len 0.1.0

A collection of utilities for working with tuples in Rust.
Documentation

A trait for getting the length of tuples at compile time.

This crate provides the TupleLen trait, which allows getting the length of a tuple as a compile-time typenum::Unsigned type.