#fuse #system #bindings

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

#19 in #fuse-filesystem

Download history 44/week @ 2023-10-21 53/week @ 2023-10-28 46/week @ 2023-11-04 45/week @ 2023-11-11 54/week @ 2023-11-18 49/week @ 2023-11-25 28/week @ 2023-12-02 48/week @ 2023-12-09 92/week @ 2023-12-16 44/week @ 2023-12-23 35/week @ 2023-12-30 50/week @ 2024-01-06 38/week @ 2024-01-13 32/week @ 2024-01-20 32/week @ 2024-01-27 41/week @ 2024-02-03

148 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