tokio/tokio-fs
David Kellum 0de3a69eb4 fs: drop deprecated tempdir crate use in tests (#1312)
In particular because it pulls in old rand duplicates. Replace use
with tempfile::tempdir() which has been available since tempfile
3.0.0.
2019-07-15 15:32:33 -07:00
..
2019-03-01 21:04:43 -08:00
2019-01-06 23:25:55 -08:00
2019-03-01 21:04:43 -08:00

Tokio FS

Asynchronous filesystem manipulation operations (and stdin, stdout, stderr).

Documentation

Overview

This crate provides filesystem manipulation facilities for usage with Tokio.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, shall be licensed as MIT, without any additional terms or conditions.