# 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)