Docs.rs
rusty_regex-0.2.4
rusty_regex 0.2.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
rickKase
Dependencies
visibility ^0.0.1
normal
Versions
35%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module regex_set
rusty_
regex
0.2.4
Module regex_
set
Module Items
Structs
In crate rusty_
regex
rusty_regex
Module
regex_
set
Copy item path
Source
Structs
ยง
Regex
Set
A set of Regexes that can be simulated in a single pass. For each regex in the set, the simulation runs over the entire input (anchored matching) and classifies the regex as having matched (pass) or not (fail).