Skip to content

Commit b413913

Browse files
committed
path2: Start reimplementing in terms of ~[u8] instead of ~str
As documented in rust-lang#7225, we cannot rely on paths being representable in utf-8. Specifically, Linux allows anything (besides NUL) in a path. Redesign GenericPath in light of this. PosixPath hasn't been reimplemented yet for ~[u8].
1 parent e97d616 commit b413913

File tree

1 file changed

+357
-88
lines changed

1 file changed

+357
-88
lines changed

0 commit comments

Comments
 (0)