reactorfuse
Filesystem in userspace (FUSE) for Nim (for reactor.nim library)
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install reactorfuse
choosenim install reactorfuse
git clone https://github.com/zielmicha/reactorfuse
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| reactorfuse | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/zielmicha/reactorfuse |
|---|---|
| Homepage | https://github.com/zielmicha/reactorfuse |
| Registry Source | nimble_official |
README
reactorfuse
Filesystem in userspace (FUSE) for Nim. This library uses asynchronous framework reactor.nim for its IO.
End note
Reading source code of bazil fuse and this blog post helped me to understand kernel FUSE protocol.