PondWader/fuse.zig
FUSE filesystem daemon library in pure Zig.
Zig FUSE daemon library.
Create and mount userspace file systems in Linux with Zig. Learn more about FUSE on the Linux kernel website.
hello.zig - a simple "Hello world" file system with read and write examples.
To run an example, clone this repository and run zig build example-<name> -- <args>
e.g. mkdir /tmp/hello && zig build example-hello -- /tmp/hello
.