nim-fuse icon indicating copy to clipboard operation
nim-fuse copied to clipboard

Nim library for Filesystem in userspace (FUSE)

Results 5 nim-fuse issues
Sort by recently updated
recently updated
newest added

I made this project 7 years ago. It was 2015 when I was searching for a new system-level programming language. I was searching for a language that I can write...

Some potential users want high-level FUSE interface that's slow but easy to use, understand because of being well-documented. I am thinking of providing high-level interface. The implementation is, not based...

enhancement

But the examples in the test directory don't work properly, and I don't know how they work, so I may not be fixing them correctly.

In order to get `test/hello.nim` to compile, I had to: - Remove the `expr()` call from `debug()` calls, so `debug("attr:$1", expr(result))` became `debug("attr:$1", result)`. - Namespace references to `Timespec` as...