rust-ascii
rust-ascii copied to clipboard
Add AsciiCStr and AsciiCString types
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 library contained the ascii equivalents of those as well.