Docs.rs
posix-regex-0.1.1
posix-regex 0.1.1
Docs.rs crate page
MIT
Links
Repository
Crates.io
Source
Owners
jackpot51
jD91mZM2
Dependencies
Versions
23.66%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
i686-unknown-linux-gnu
i686-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate posix_regex
Version 0.1.1
All Items
Re-exports
Modules
?
Crate
posix_regex
source
·
[
−
]
Re-exports
pub use compile::
PosixRegexBuilder
;
pub use matcher::
PosixRegex
;
Modules
compile
The regex “compiler”, which parses the regex itself. Produces a matcher ready to match input.
ctype
immut_vec
matcher
The matcher: Can find substrings in a string that match any compiled regex
tree