Crate from_regex
Version 0.1.0
See all from_regex's items
pub use regex;
Captures represents a group of captured strings for a single match.
A compiled regular expression for matching Unicode strings.
Parse a value from a string
Derive FromRegex
Generates the same code as FromRegex, but also adds a std::str::FromStr implementation (with () error type)
FromRegex
std::str::FromStr
()
captures
CaptureLocations