rusfuse
Rust library for filesystems in userspace (FUSE ver3)
Dependencies
This rusfuse depend on libfuse with version 3.
To build rusfuse or any source that depend on it, fuse library needed.
For Linux
Install on ubuntu
Install on fedora
Usage
Write this in your Cargo.toml:
[]
= "0.0.9"
Or, if you installed cargo-edit, you run this command:
To create a new filesystem, you implement the trait rusfuse::FileSystem for struct of your filesystem.
If you want more examples, you see a file in examples.