← back to projects

in-mem-fs

◆ open source

In-memory filesystem in Rust, via FUSE.

A compact in-memory filesystem exposed with FUSE on Linux — files live entirely in RAM for fast, ephemeral operations with no persistent-storage overhead.

A clear reference for how FUSE filesystems are structured in Rust.