Crates.io | libfuse-sys |
lib.rs | libfuse-sys |
version | 0.4.0 |
source | src |
created_at | 2020-02-01 08:49:57.012103 |
updated_at | 2022-07-23 10:30:57.156166 |
description | Raw bindings to libfuse |
homepage | |
repository | https://github.com/richard-w/libfuse-sys |
max_upload_size | |
id | 203879 |
size | 11,027 |
Raw rust bindings to libfuse
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_11
fuse_21
fuse_22
fuse_24
fuse_25
fuse_26
fuse_29
fuse_30
fuse_31
fuse_35
If no version is selected the crate defaults to version 26.
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.