mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-17 09:17:23 +00:00
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.
This crate does not attempt to abstract or validate cuse usage; it only provides wrappers. Higher-level logic (such as event management or device configuration) should be built on top.
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.