5 releases (3 breaking)
| 0.4.0 | Jul 23, 2022 |
|---|---|
| 0.3.0 | May 26, 2020 |
| 0.2.1 | May 22, 2020 |
| 0.2.0 | Feb 2, 2020 |
| 0.1.0 | Feb 1, 2020 |
#2443 in Filesystem
40 downloads per month
Used in fuse-rs
9KB
129 lines
libfuse-sys

Raw rust bindings to libfuse
Using libfuse-sys
Add the dependencies to your Cargo.toml
[dependencies]
libfuse-sys = { version = "*", features = ["fuse_35"] }
libc = "*"
You can select other API versions for fuse. Currently supported are
fuse_11fuse_21fuse_22fuse_24fuse_25fuse_26fuse_29fuse_30fuse_31fuse_35
If no version is selected the crate defaults to version 26.
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.
Dependencies
~0–2MB
~39K SLoC