tokio-fs-ext 0.7.2

Extend tokio fs to be compatible with native and wasm
Documentation
1
2
3
4
5
6
7
mod current_dir;
mod file;
mod open_options;

pub use current_dir::{current_dir, set_current_dir};
pub use file::File;
pub use open_options::OpenOptions;