Module string_parser

Source
Expand description

From https://github.com/Geal/nom/blob/main/examples/string.rs

Functionsยง

is_char_supported
Checks for supported code points.
parse_string
Parse a string. Use a loop of parse_fragment and push all of the fragments into an output string.