3 releases (breaking)
0.2.0 | Oct 13, 2024 |
---|---|
0.1.0 | Jul 12, 2024 |
0.0.0 | Mar 24, 2019 |
#255 in Unix APIs
1,391 downloads per month
Used in hermit-kernel
165KB
4.5K
SLoC
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.
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.
Dependencies
~0–295KB