Docs.rs
py-regex-0.1.1
py-regex 0.1.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
kakserpom
Dependencies
pyo3 ^0.24.1
normal
Versions
64.71%
of the crate is documented
Platform
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
py_
regex
0.1.1
All Items
Crate Items
Re-exports
Structs
Crate
py_regex
Copy item path
Source
Re-exports
§
pub extern crate
pyo3
;
Structs
§
PyRegex
A wrapper for a compiled regular expression from the Python
regex
library.
PyRegex
Match
A wrapper for the match object from the Python
regex
module.