/fuse-experiments

Experiments with creating different sorts of FUSE file systems

Primary LanguageRustApache License 2.0Apache-2.0

FUSE file system experiments

Repository with some FUSE experiments.

  • mem-fuse: Keep the files in memory. Just for experimenting with the interface.
  • db-fuse: Keep the files and the contents in a database.