Crate from_regex
Source pub use regex;
pub use segmap;
- lazy_static
- Captures
- Represents the capture groups for a single match.
- Regex
- A compiled regular expression for searching Unicode haystacks.
- SegmentMap
- SegmentMap
- FromRegex
- Try to construct an instance of this type from a string
- FromStr
- Parse a value from a string
- TextMap
- FromRegex
- Derive FromRegex
- FromStr
- Generates the same code as
FromRegex
, but also adds a std::str::FromStr
implementation (with ()
error type)
Query parser error: "Unexpected -
(did you mean ->
?)".