mkindahl / fuse-experiments

Experiments with creating different sorts of FUSE file systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Experiments with creating different sorts of FUSE file systems

License:Apache License 2.0


Languages

Language:Rust 100.0%