Crate from_regex[][src]

Re-exports

pub use regex;
pub use segmap;

Macros

Structs

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

A compiled regular expression for matching Unicode strings.

SegmentMap

Traits

Try to construct an instance of this type from a string

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)