tuplities-insert 0.1.0

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

A trait for inserting elements at specific indices into tuples.

This crate provides the TupleInsert<Idx, T> trait, which allows inserting an element at a compile-time known index into a tuple, returning the tuple with the element inserted.