Expand description
Query
parsing.
Structs§
- Options to
parse
. Here, you can add your own formatting rules, on top of the default rules. - The parser. This is public to allow you to change it’s state when making a
Rule
.
Enums§
Traits§
Functions§
- Same as
char::is_ascii_whitespace
, but including\u{a0}
, non-breaking space. - Parse
s
withopts
.