Skip to content

Move to stable

Michael Aaron Murphy requested to merge skade:move-to-stable into master

Created by: skade

  • Replace unstable chars() by bytes() 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.

Merge request reports