typed_tuple 0.2.0

Type-safe access, isolation and mutation of primitive tuple segments and elements.
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]
mod typed_extract;
mod typed_index;
mod typed_split;

pub use typed_extract::TypedExtract;
pub use typed_index::TypedIndex;
pub use typed_split::TypedSplit;