Module string

Module string 

Source

Structs§

StringLit
A string or raw string literal, e.g. "foo", "Grüße" or r#"a🦊c"d🦀f"#.

Functions§

parse_impl 🔒
Precondition: input has to start with either " or r.