Crate py_regex

Source

Re-exports§

pub extern crate pyo3;

Structs§

PyRegex
A wrapper for a compiled regular expression from the Python regex library.
PyRegexMatch
A wrapper for the match object from the Python regex module.