taped 1.0.1

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

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