Crate fuse_abi

Source
Expand description

This crate provides bindings to FUSE devices.

§Features

This crate has the following Cargo features:

  • linux enables the linux module.
    • Automatically enabled on Linux systems.
  • macos enables the [macos] module.
    • Automatically enabled on macOS systems.
  • num_enum derives the following traits for enums:
  • zerocopy derives the following traits for all structs:
    • [zerocopy::KnownLayout]
    • [zerocopy::Immutable]
    • [zerocopy::FromBytes]
    • [zerocopy::IntoBytes]

Modules§

linux
Linux FUSE device interface (fuse(4), linux/fuse.h).