3 releases (breaking)
0.2.0 | Oct 13, 2024 |
---|---|
0.1.0 | Jul 12, 2024 |
0.0.0 | Mar 24, 2019 |
#191 in Unix APIs
276 downloads per month
165KB
4.5K
SLoC
FUSE ABI
This crate provides bindings to FUSE devices.
For API documentation, see the docs.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
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 themacos
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
OS-specific FUSE device interface.
Dependencies
~0–325KB