A read-write mountable archive filesystem, similar to squashfs, but read-write and more wasteful, based on fuse and a sqlite archive.
The primary goal of this is that it should be fun to make, and should be educational for future work with rwtagfs.
This will be a filesystem as a sqlite archive, but intended to be compressable and easy to work with both as a live filesystem and as an archive that can be easily extracted through Sqlite.
This will have the following features:
Basically, we want an efficient, compact, read-writable squashfs as a SQLite archive, with a reference implementation written in Rust.