reactorfuse

Filesystem in userspace (FUSE) support for reactor.nim

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.0.1
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-08-31 07:15

Authors

  • Michał Zieliński <michal@zielinscy.org.pl>

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.