Crates.io | tokio-fs |
lib.rs | tokio-fs |
version | 0.1.7 |
source | src |
created_at | 2018-02-01 17:42:57.822969 |
updated_at | 2020-02-05 00:25:24.864276 |
description | Filesystem API for Tokio. |
homepage | https://tokio.rs |
repository | https://github.com/tokio-rs/tokio |
max_upload_size | |
id | 49183 |
size | 88,315 |
Asynchronous filesystem manipulation operations (and stdin, stdout, stderr).
This crate has been deprecated in tokio 0.2.x and has been moved into
tokio::fs
behind the fs
feature flag.
This crate provides filesystem manipulation facilities for usage with Tokio.
This project is licensed under the MIT license.
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.