secure-exec-vfs-core 0.3.4-rc.1

Generic async virtual filesystem primitives
Documentation
1
2
3
4
5
6
#![forbid(unsafe_code)]

#[cfg(not(target_arch = "wasm32"))]
pub mod adapter;
pub mod engine;
pub mod posix;