taped 1.5.2

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

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