rust-ascii icon indicating copy to clipboard operation
rust-ascii copied to clipboard

ASCII-only equivalents to `char`, `str` and `String`.

Results 16 rust-ascii issues
Sort by recently updated
recently updated
newest added

Ideally the APIs should be the same, except the UTF-related bits (like str's `utf16_units`) and porting programs should be very easy. Currently lots of methods are missing in AsciiStr and...

Why are versions 0.7.0-0.9.2 deleted/yanked from crates.io? Causing build errors for downstream users of this project. E.g.: https://github.com/tiny-http/tiny-http/issues/162 ![Screenshot_20190902_160354](https://user-images.githubusercontent.com/1550527/64119946-469f9800-cd9b-11e9-8397-24c525cd8162.png)

I'm working with a C API which requires me to use NUL-terminated, no-interior-NUL, ascii strings. Since the standard library contains `CStr` and `CString` types it might be nice if this...

enhancement

Hi there, would it be possible for a new version of `ascii` to be released on crates.io? I'd like to make use of the wider set of const functions, but...

Since str and String can interop with OsStr, so should the ASCII variants.