cberner/fuser
Filesystem in Userspace (FUSE) for Rust observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 97
- Release rhythm 46
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 155
- age_days: 2266
- days_rel: 200
- days_push: 19
- n_releases_24m: 4
Adoption not part of the score
1280 stars · 204 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fuser is a Rust library crate for implementing FUSE (Filesystem in Userspace) filesystems. It is a rewrite of the original libfuse C library, providing safe Rust bindings and abstractions for communicating with the kernel FUSE driver.
Use cases
- implement a custom filesystem in Rust
- mount a virtual filesystem backed by an API or database
- build an encrypted or read-only filesystem for Linux
- expose remote storage as a local mounted filesystem
- prototype kernel-like filesystem behavior in userspace
When to choose
- you are writing a FUSE filesystem in Rust and want idiomatic, safe APIs
- you need support for newer FUSE kernel ABI versions beyond 7.19
- you want to avoid C libfuse dependencies on Linux
When to avoid
- you need a FUSE implementation in another language
- you target platforms without FUSE kernel support
- you need a ready-made filesystem rather than a library to build one
Facets
library · maturity active
file-system developer-tools files operating-systems developer-tools rust fuse filesystems userspace-filesystem libfuse linux macos
2 sources
- readme: https://github.com/cberner/fuser · fetched 2026-08-28 · 4aa83df19df8
- registry_crates: https://crates.io/api/v1/crates/fuser · fetched 2026-08-29 · 2b4ca1fc4363
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cberner/fuser | main | 80 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem