litrs
0.4.1
Module string
Module Items
Structs
Functions
In crate litrs
litrs
Module
string
Copy item path
source
Structs
§
String
Lit
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
.