fuse-rs 0.0.1

A wrapper around libfuse-sys for writing file systems using FUSE.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# `fuse-rs`

![CI](https://github.com/carlosgaldino/fuse-rs/workflows/CI/badge.svg)

This library is a wrapper around `libfuse-sys` for writing file systems using
FUSE.

_This is a work in progress. The API might change in the future._

## Examples

You can take a look at a basic example in the `examples` directory. For a more
sophisticated example, please visit: [`carlosgaldino/gotenksfs`](https://github.com/carlosgaldino/gotenksfs).`