Internet Computer File System
icfs
provides implementations ofstd::io::{Read, Write, Seek}
backed by stable memory to enable the use of existing Rust code that requires implementations of these traits.icfs-fatfs
usesicfs
to leverage thefatfs
crate in providing a FAT file system. All this currently does is implement afatfs::TimeProvider
backed byic_cdk::api::time()
nix develop
nix build
or nix build '.#package-name'