Constant url_escape::NON_ALPHANUMERIC [−][src]
pub const NON_ALPHANUMERIC: &'static AsciiSet;
Not an ASCII letter or digit. Everything that is not an ASCII letter or digit.
This is probably more eager than necessary in any context.