| Crates.io | libfuse-fs |
| lib.rs | libfuse-fs |
| version | 0.1.4 |
| created_at | 2025-03-14 14:32:49.511095+00 |
| updated_at | 2025-08-07 03:36:46.815323+00 |
| description | FUSE Filesystem Library |
| homepage | https://github.com/r2cn-dev/rk8s/tree/main/project/libfuse-fs |
| repository | https://github.com/r2cn-dev/rk8s/tree/main/project/libfuse-fs |
| max_upload_size | |
| id | 1592280 |
| size | 793,478 |
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
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
