Crate from_regex[][src]

Re-exports

pub use regex;

Macros

Structs

Captures represents a group of captured strings for a single match.

A compiled regular expression for matching Unicode strings.

Enums

Traits

Parse a value from a string

Derive Macros

Derive FromRegex

Generates the same code as FromRegex, but also adds a std::str::FromStr implementation (with () error type)