Skip to content

Use AsRef<[u8]> for paths, instead of &str

Ian Douglas Scott requested to merge ids1024:asref into master

As mentioned in redox-os/newlib#7.

This is a breaking change, since some things that implicitly convert to str will stop working (I noticed this in testing, since CStr.to_string_lossy() returns Cow<str>). I think that's unavoidable though.

Merge request reports