GH Repository · cberner
fuser
Filesystem in Userspace (FUSE) for Rust
- stars
- 1,289
- 30-day movement
- +31/day
- Related entries
- 0
- Connections
- 3
rustmakeotherRust
fuser is a Rust implementation of FUSE (Filesystem in Userspace), letting you build filesystems that run in user space. The repository ships agent-oriented files (AGENTS.md, CLAUDE.md) and is written in Rust with a Make-based toolchain.
Reach for it when you want to implement a custom filesystem in Rust without writing kernel code.
Use it to
- Implement a custom filesystem in Rust
- Expose virtual or remote data as a mounted filesystem
- Prototype filesystem behavior in user space
- Integrate FUSE mounting into a Rust application
For Rust developers building userspace filesystems
- Role
- other
- Language
- Rust
- Licence
- MIT
- Forks
- 205
- Open issues
- 61
- Last push
- 2026-08-14
- Latest release
- 0.4.0 · 2020-10-14
topicsrustfusefilesystemuserspacesystems-programming