W3cubDocs

/Rust

Module std::ascii

Operations on ASCII strings and characters.

Structs

EscapeDefault

An iterator over the escaped version of a byte, constructed via std::ascii::escape_default.

Traits

AsciiExt

Extension methods for ASCII-subset only operations on string slices.

Functions

escape_default

Returns an iterator that produces an escaped version of a u8.

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/ascii/index.html