tokio-fs-ext 0.2.2

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

pub mod fs;

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