• Stars
    star
    109
  • Rank 319,077 (Top 7 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created about 5 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A FUSE (Filesystem in Userspace) library for Rust

polyfuse

A FUSE (Filesystem in Userspace) library for Rust.


polyfuse is a library for implementing filesystems based on Filesystem in Userspace (FUSE) in Rust.

The goal of this project is to provide a Rust FUSE library that has a high affinity with the async/.await syntax stabilized in Rust 1.39.

Platform Requirements

Currently, polyfuse only supports the Linux platforms with the FUSE ABI version is 7.23 or higher. The required kernel version is Linux 3.15 or later.

Adding support for other Unix platform running FUSE (FreeBSD, macOS, and so on) is a future work.

In order to establish the connection with the FUSE kernel driver, the command fusermount must be installed on the platform where the filesystem runs. This binary is typically including in the fuse package provided by the distribution's package system.

On Debian/Ubuntu or other APT based distributions:

$ sudo apt-get install fuse

On Fedora/RHEL or other RPM based distributions:

$ sudo dnf install fuse

On Arch Linux or other Pacman based distributions:

$ sudo pacman -S fuse2

Resources

License

This library is licensed under either of

at your option.

More Repositories

1

dot

Yet another management tool for dotfiles
Rust
228
star
2

neon-electron

A simple example of GUI application with Electron and Rust, by using neon-bindings/neon
TypeScript
52
star
3

rhq

Manages your local repositories
Rust
51
star
4

rustplotlib

A Rust's binding of matplotlib
Rust
34
star
5

rust-gurobi

Unofficial Rust API for Gurobi Optimizer
Rust
14
star
6

misosoup

An experimental implementation of Mison JSON parser written in Rust
Rust
9
star
7

react-iron-boilerplate

React.js + Iron framework
Rust
8
star
8

mimicaw

A library for writing asynchronous tests
Rust
8
star
9

pecors

Yet another text selector written in Rust
Rust
6
star
10

rwm

An ultimately tiny window manager, written in Rust
Rust
6
star
11

jors

Yet another command-line JSON generator.
Rust
5
star
12

ghqrs

[ARCHIVED] Manages cloned repositories from Git hostings
Rust
5
star
13

gallium-rs

[hobby] Git hosting server written in Rust
Rust
5
star
14

rust-plugin-example

Rust
5
star
15

cargo-docserve

A cargo subcommand for serving outputs of `cargo doc`
Rust
5
star
16

doubter

A helper crate for testing Rust code blocks in Markdown files
Rust
4
star
17

coco

Alternative of interactive text selector for Cygwin/MSYS2, written in C++
C++
4
star
18

wan

わん ∪・ω・∪
Rust
4
star
19

rye

[EXPERIMENTAL] A custom unit testing framework inspired by Catch2
Rust
3
star
20

sshfs-rs

[WIP] SSH remote filesystem written in Rust.
Rust
3
star
21

pest-calculator

Pest で中置演算子を使うサンプル
Rust
3
star
22

msgpack-rpc-rs

An alternative implementation of Msgpack-RPC, focuses on bidirectional call
Rust
3
star
23

hyper-router

[experimental] An alternative of routing middleware for tokionized Hyper
Rust
3
star
24

gurobi.go

unofficial Gurobi inferface for Golang
Go
3
star
25

rusty-machine-toy

hobby project for machine learning with rusty-machine
Rust
3
star
26

rust-mastodon

This repository has moved to https://gitlab.com/ubnt-intrepid/rust-mastodon
Rust
3
star
27

finchers-todo

[WIP] An example of Web application by using finchers-rs
Rust
2
star
28

colorstring.rs

Rust's impletation of colorstring.go
Rust
2
star
29

iron-slog

Yet another logging middleware for Iron framework, by using slog-rs.
Rust
2
star
30

siro

[EXPERIMENTAL] A client side Web application library for Rust
Rust
2
star
31

tokio-libssh2

[ARCHIVED] Use https://github.com/spebern/async-ssh2 instead
Rust
1
star
32

expected

An assertion utility focused on unit testing
Rust
1
star
33

http_server_09_tokio

Rust
1
star
34

finchers-graphql-example

Rust
1
star
35

ring-rt

Rust
1
star
36

iron-jwt

[EXPERIMENTAL] Authentication middleware based on JWT, for Iron framework
Rust
1
star
37

libfuse-rs

[deprecated] libfuse bindings for Rust.
Rust
1
star
38

search_twitter

Rust
1
star
39

orslang

F#
1
star
40

rust-ast

Rust
1
star
41

tweet-fs

Rust
1
star
42

draco-todomvc

A TodoMVC implementation written in Rust with draco
Rust
1
star
43

rust-gurobi-example

Rust
1
star
44

mintty-colorscheme

colorscheme management for Cygwin/MSYS2 terminal emulator (Mintty)
Shell
1
star
45

argparse

Yet another command line parser for C++11, which support for static type check
C++
1
star
46

ssh-config

A crate for parsing SSH config
Rust
1
star
47

maybe-unwind

A wrapper of catch_unwind that also captures the panic information
Rust
1
star
48

sftp-rs

[ARCHIVED] Merged into sshfs-rs
Rust
1
star
49

neovim-remote-plugin-example

Rust
1
star
50

rstart

Rust
1
star
51

minissh

[WIP] asynchronous SSH client library for Rust.
Rust
1
star
52

hogeutilrs

Miscellaneous utilities for CLI, written in Rust
Rust
1
star
53

custom-derive-example

Rust
1
star
54

hyper-web-server

Rust
1
star
55

tweet-at-compile-time

コンパイル時にツイートするマクロ
Rust
1
star
56

make-a-brainfuck

A tiny interpreter of brainf*ck written in Rust.
Rust
1
star
57

io-uring-http-server

Rust
1
star
58

cargo-version-sync

Cargo subcommand for keeping the version numbers in sync with Cargo.toml
Rust
1
star
59

go-git-prompt

Informative and fast Git prompt for any shell (Bash, Zsh, and PowerShell)
Go
1
star