idbfs 0.1.1

Use IndexedDB to store a file system
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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)