reactorfuse

Filesystem in userspace (FUSE) for Nim (for reactor.nim library)


Keywords
filesystem, fuse
License
MIT
Install
nimble install reactorfuse

Documentation

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.