2 releases
0.4.1 | Mar 1, 2021 |
---|---|
0.4.0 | Dec 16, 2020 |
#71 in #fuse
124 downloads per month
Used in 3 crates
(via cntr-fuse)
4KB
Rust FUSE FFI bindings
This crate contains FFI bindings to the FUSE kernel interface and libfuse. See the fuse crate for more information.
lib.rs
:
Native FFI bindings to libfuse.
This is a small set of bindings that are required to mount/unmount FUSE filesystems and open/close a fd to the FUSE kernel driver.
Dependencies
~5KB