tokio-fs-ext 0.3.5

Extend tokio fs to be compatible with native and wasm
Documentation
1
2
3
4
5
6
7
8
9
#![feature(io_error_uncategorized)]
#![feature(const_pathbuf_osstring_new)]

mod fs;

pub use fs::*;

#[cfg(all(target_family = "wasm", target_os = "unknown"))]
pub mod console;