std: Add a new fs
module
This commit is an implementation of [RFC 739][rfc] which adds a new `std::fs` module to the standard library. This module provides much of the same functionality as `std::old_io::fs` but it has many tweaked APIs as well as uses the new `std::path` module. [rfc]: https://github.com/rust-lang/rfcs/pull/739
This commit is contained in:
parent
0b56e9b1cb
commit
6bfbad937b
15 changed files with 2564 additions and 13 deletions
1501
src/libstd/fs.rs
Normal file
1501
src/libstd/fs.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue