regex-cursor 0.1.5

regex fork that can search discontiguous haystacks
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod empty;
pub mod iter;
pub mod prefilter;
pub mod primitives;
pub mod sparse_set;
pub mod utf8;

// #[cfg(test)]
// mod tests;