summaryrefslogtreecommitdiffstats
path: root/tokio-fs/README.md
blob: 6a28cbddd2b5a4b45710962d49c61b6535479ff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Tokio FS

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

[Documentation](https://docs.rs/tokio-fs/0.1.5/tokio_fs)

## Overview

This crate provides filesystem manipulation facilities for usage with Tokio.

## License

This project is licensed under the [MIT license](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.