Skip to content
This repository has been archived by the owner on Nov 17, 2019. It is now read-only.

ubnt-intrepid/libfuse-rs

Repository files navigation

libfuse-rs

Overview

This library provides a Rust binding for libfuse, the user-side reference implemenation of FUSE (Filesystem in Userspace).

Unlike rust-fuse, this library uses the protocol-level implementation from libfuse as is.

Note that the library is now on experimental stage and not suitable for production use. The following features has not been supported yet:

  • Some operations (e.g. ioctl, poll)
  • Splice (vectored) read
  • Multithreaded event loop

License

This library is licensed under either of

at your option.

About

[deprecated] libfuse bindings for Rust.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published