taped 1.5.0

A lightweight cursor for non-linear parsing of slices.
Documentation
1
2
3
4
5
mod traits;
mod tape;

pub use traits::{CharExt, SliceExt};
pub use tape::Tape;