Expand description
This crate provides bindings to FUSE devices.
§Features
This crate has the following Cargo features:
linux
enables thelinux
module.- Automatically enabled on Linux systems.
macos
enables the [macos
] module.- Automatically enabled on macOS systems.
num_enum
derives the following traits for enums:- [
num_enum::IntoPrimitive
] num_enum::TryFromPrimitive
num_enum::UnsafeFromPrimitive
- [
zerocopy
derives the following traits for all structs:
Modules§
- Linux FUSE device interface (
fuse(4)
,linux/fuse.h
).