mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
Add an `OpenOptions` struct to `tokio-fs` that mirrors the one found in `std`. Also provide a conversion from a `std` instance to a Tokio instance.
Tokio FS
Asynchronous filesystem manipulation operations (and stdin, stdout, stderr).
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.