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

Add AsciiCStr and AsciiCString types

Open canndrew opened this issue 7 years ago • 0 comments

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.

canndrew avatar Sep 08 '17 02:09 canndrew