Skip to main content

Crate picomatch_rs

Crate picomatch_rs 

Source

Re-exports§

pub use compile::make_re;
pub use compile::parse;
pub use compile::regex_output_for_engine;
pub use compile::CompileOptions;
pub use compile::ParseState;
pub use compile::ParseToken;
pub use compile::RegexDescriptor;
pub use matcher::compile_matcher;
pub use matcher::is_match;
pub use matcher::is_match_any;
pub use matcher::MatchError;
pub use matcher::Matcher;
pub use scan::scan;
pub use scan::ScanOptions;
pub use scan::ScanState;
pub use scan::ScanToken;

Modules§

compile
constants
matcher
scan
utils