traitsequence 0.4.2

Traits to abstract over sequences.
Documentation
#![warn(missing_docs)]
//! This crate offers traits to abstract over sequence implementations.

/// Implementations of this trait for stdlib types.
pub mod implementation;
/// The traits abstracting over a sequence.
pub mod interface;