Constant percent_encoding::CONTROLS
source · pub const CONTROLS: &AsciiSet;
Expand description
The set of 0x00 to 0x1F (C0 controls), and 0x7F (DEL).
Note that this includes the newline and tab characters, but not the space 0x20.
pub const CONTROLS: &AsciiSet;
The set of 0x00 to 0x1F (C0 controls), and 0x7F (DEL).
Note that this includes the newline and tab characters, but not the space 0x20.