Move to stable
Created by: skade
- Replace unstable
chars()
bybytes()
and a binary match.Read::chars()
is unstable and its semantics unclear: https://github.com/rust-lang/rust/issues/27802 - Use libc from crates.io, as recommended. I'm not sure about building with Redox here, maybe the dependency has to be expressed in another form.