#fuse #bindings #system

sys cntr-fuse-sys

FFI bindings to the FUSE kernel interface and libfuse

2 releases

0.4.1 Mar 1, 2021
0.4.0 Dec 16, 2020

#84 in #fuse

Download history 16/week @ 2024-11-08 22/week @ 2024-11-15 16/week @ 2024-11-22 25/week @ 2024-11-29 42/week @ 2024-12-06 28/week @ 2024-12-13 4/week @ 2024-12-20 6/week @ 2025-01-03 35/week @ 2025-01-10 19/week @ 2025-01-17 19/week @ 2025-01-24 23/week @ 2025-01-31 24/week @ 2025-02-07 19/week @ 2025-02-14

69 downloads per month
Used in 3 crates (via cntr-fuse)

MIT license

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