about summary refs log tree commit diff
path: root/library/core/src/array/ascii.rs
AgeCommit message (Expand)AuthorLines
2023-05-04Add an example that depends on `is_ascii` in a `const`Scott McMurray-0/+13
2023-05-04Constify `[u8]::is_ascii` (unstably)Scott McMurray-1/+1
2023-05-03Add the basic `ascii::Char` typeScott McMurray-0/+34