Re-exports§
pub use ascii;
Modules§
Macros§
- ascii
- Creates an
AsciiStr
from a string literal, throwing a compile error if the literal isn’t actually ascii.
Structs§
Enums§
- PyStr
Kind - Utf8 + state.ascii (+ PyUnicode_Kind in future)
- PyStr
Kind Data
Functions§
- char_
range_ end - get_
chars - to_
ascii - Convert a string to ascii compatible, escaping unicodes into escape sequences.
- try_
get_ chars - zfill