Quick links: Documentation
Asynchronous support for file-like objects via Tokio. Only supports Unix-like platforms.
Add this to your Cargo.toml
:
~~~toml [dependencies] tokio-file-unix = "0.1.0" ~~~
Next, add this to the root module of your crate:
~~~rust extern crate tokiofileunix; ~~~
See the examples
directory as well as the documentation.
Dual-licensed under Apache and MIT.