idbfs

Crates.ioidbfs
lib.rsidbfs
version0.1.1
created_at2025-07-05 16:14:02.923221+00
updated_at2025-07-05 16:14:02.923221+00
descriptionUse IndexedDB to store a file system
homepage
repositoryhttps://gitlab.com/john_t/idbfs
max_upload_size
id1739298
size83,988
John Toohey (John-Toohey)

documentation

README

IDbFs

A wasm library that uses IndexedDB to create a virtual file system.

  • Features:
    • Files & Directories
    • Serde files which encode JSON data directly
    • Mirrors std::fs
  • Nonfeatures:
    • No symlinks
    • Does not use std::io::Error (this may change in the future)
Commit count: 0

cargo fmt