libfuse-fs

Crates.iolibfuse-fs
lib.rslibfuse-fs
version0.1.4
created_at2025-03-14 14:32:49.511095+00
updated_at2025-08-07 03:36:46.815323+00
descriptionFUSE Filesystem Library
homepagehttps://github.com/r2cn-dev/rk8s/tree/main/project/libfuse-fs
repositoryhttps://github.com/r2cn-dev/rk8s/tree/main/project/libfuse-fs
max_upload_size
id1592280
size793,478
Lux1an (Ivanbeethoven)

documentation

https://github.com/r2cn-dev/rk8s/tree/main/project/libfuse-fs

README

FUSE Filesystem Library

A ready-to-use filesystem library based on FUSE (Filesystem in Userspace). This library provides implementations for various filesystem types and makes it easy to develop custom filesystems.

Features:

  • Asynchronous I/O support

  • Overlay filesystem implementation

  • Passthrough filesystem support

  • Easy-to-use API for custom filesystem development

Try

cargo test --package libfuse-fs --lib -- overlayfs::async_io::tests::test_a_ovlfs --exact --nocapture --ignored > test.log 2>&1
cargo test --package libfuse-fs --lib -- passthrough::tests::test_passthrough --exact --nocapture --ignored 

alt text

Commit count: 205

cargo fmt