str-queue 0.0.1

Queue for a string
Documentation
1
2
3
4
5
6
7
//! Iterator types.

mod chars;
mod fragments;

pub use self::chars::{Chars, IntoChars};
pub use self::fragments::{Fragment, Fragments};