#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 21/week @ 2024-07-26 20/week @ 2024-08-02 18/week @ 2024-08-09 14/week @ 2024-08-16 15/week @ 2024-08-23 25/week @ 2024-08-30 19/week @ 2024-09-06 16/week @ 2024-09-13 34/week @ 2024-09-20 37/week @ 2024-09-27 31/week @ 2024-10-04 28/week @ 2024-10-11 13/week @ 2024-10-18 52/week @ 2024-10-25 39/week @ 2024-11-01 11/week @ 2024-11-08

119 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