Internet Computer File System
- icfsprovides implementations of- std::io::{Read, Write, Seek}backed by stable memory to enable the use of existing Rust code that requires implementations of these traits.
- icfs-fatfsuses- icfsto leverage the- fatfscrate in providing a FAT file system. All this currently does is implement a- fatfs::TimeProviderbacked by- ic_cdk::api::time()
nix develop
nix build or nix build '.#package-name'