taped 1.4.0

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

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