Crate from_regex

Source

Re-exports§

pub use regex;
pub use segmap;

Macros§

lazy_static

Structs§

Captures
Represents the capture groups for a single match.
Regex
A compiled regular expression for searching Unicode haystacks.
SegmentMap
SegmentMap

Traits§

FromRegex
Try to construct an instance of this type from a string
FromStr
Parse a value from a string
TextMap

Derive Macros§

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