summaryrefslogtreecommitdiffstats
path: root/tokio-fs/README.md
blob: 5c871b62f0656b5da8172bde8c2bb8510de6ba30 (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.6/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.