utf8-stream
Lightweight crate that provides Utf8Stream that "streams" over utf8 chunks and derefs to string slices.
Example
use Utf8Stream;
let stream = new;
assert_eq!;
Lightweight crate that provides Utf8Stream that "streams" over utf8 chunks and derefs to string slices.
use Utf8Stream;
let stream = new;
assert_eq!;