A FUSE Binding for Nim
The aim of nim-fuse is to provide the fast, safe and portable fuse implementation and to show a real-world application of Nim language.
https://rawgit.com/akiradeveloper/nim-fuse/master/fuse.html
- Nim is high-performance but much safer than C. Now you don't have a reason to write your filesystem in C fuse.
- nim-fuse isn't just a rewrite of C fuse but a real improvement with the cutting edge features that Nim provides (e.g. concurrency)
- Implement in-memory filesystem for testing FuseFs (low-level interface)
- Port fusexmp.c for testing HiFuseFs (high-level interface)
Akira Hayakawa ([email protected])