#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

#71 in #fuse

Download history 20/week @ 2024-03-11 18/week @ 2024-03-18 25/week @ 2024-03-25 69/week @ 2024-04-01 17/week @ 2024-04-08 9/week @ 2024-04-15 23/week @ 2024-04-22 24/week @ 2024-04-29 16/week @ 2024-05-06 17/week @ 2024-05-13 56/week @ 2024-05-20 28/week @ 2024-05-27 25/week @ 2024-06-03 35/week @ 2024-06-10 30/week @ 2024-06-17 32/week @ 2024-06-24

124 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