simplematch 0.3.1

Fast wildcard pattern matching for strings and bytes with a simple api
Documentation
1
2
3
4
5
6
7
8
//! The main tests module

#[cfg(feature = "std")]
mod dowild_with;
#[cfg(feature = "std")]
mod import;
#[cfg(feature = "std")]
mod options;