# `tokio-file-unix`
[](https://docs.rs/tokio-file-unix)
[](https://crates.io/crates/tokio-file-unix)
[](https://travis-ci.org/Rufflewind/tokio-file-unix)
Asynchronous support for file-like objects via [Tokio](https://tokio.rs). **Only supports Unix-like platforms.**
## Usage
Add this to your `Cargo.toml`:
~~~toml
[dependencies]
tokio-file-unix = "0.3.0"
~~~
Next, add this to the root module of your crate:
~~~rust
extern crate tokio_file_unix;
~~~
## Examples
See the `examples` directory as well as the documentation.
## License
Dual-licensed under Apache and MIT.