stable-fs 0.13.0

A Simple File system using the stable structures of the Internet Computer that implements WASI endpoints
Documentation
1
2
3
4
5
6
pub(crate) mod dir;
pub(crate) mod fd;
pub(crate) mod file;
pub(crate) mod structure_helpers;

pub mod types;