Docs.rs
regexp-0.3.2
regexp 0.3.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
WatchDG
Dependencies
lazy_static ^1.4.0
normal
regex ^1.3.6
normal
Versions
44.44%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
regexp/
lib.rs
1
#[macro_use]
2
extern crate
lazy_static;
3
extern crate
regex;
4
5
pub mod
is_match;