polyfuse 0.4.2

A FUSE (Filesystem in Userspace) library for Rust.
Documentation
[dependencies.either]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.polyfuse-kernel]
version = "0.1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.zerocopy]
version = "0.3"

[dev-dependencies.pin-project-lite]
version = "0.2"

[lib]
name = "polyfuse"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "A FUSE (Filesystem in Userspace) library for Rust."
edition = "2018"
keywords = ["fuse", "filesystem", "async", "futures"]
license = "MIT OR Apache-2.0"
name = "polyfuse"
readme = "README.md"
repository = "https://github.com/ubnt-intrepid/polyfuse.git"
version = "0.4.2"