cuse-lowlevel

Crates.iocuse-lowlevel
lib.rscuse-lowlevel
version0.1.0
created_at2025-10-30 23:30:39.668149+00
updated_at2025-10-30 23:30:39.668149+00
descriptionRaw bindings to the low level api of cuse and fuse in libfuse3
homepage
repositoryhttps://github.com/joleuger/vuinputd
max_upload_size
id1909123
size21,332
Johannes (joleuger)

documentation

README

cuse-lowlevel

Raw bindings to the low level api of cuse and fuse in libfuse3


About

This crate is heavily based on libfuse-sys by Richard Wiedenhöft. See the original repository

This fork here contains only the relevant subset of code of libfuse-sys to access the low-level api of cuse.

Using cuse-lowlevel

Add the dependencies to your Cargo.toml

[dependencies]
cuse-lowlevel = { version = "0.1"}
libc = "*"

License

This crate itself is published under the MIT license while libfuse is published under LGPL2+. Take special care to ensure the terms of the LGPL2+ are honored when using this crate.

Commit count: 0

cargo fmt