bstr 0.2.12

A string type that is not required to be valid UTF-8.
Documentation
1
2
3
4
5
6
7
8
pub use self::prefilter::PrefilterState;
pub use self::twoway::TwoWay;

mod byte_frequencies;
mod prefilter;
#[cfg(test)]
mod tests;
mod twoway;