Direct FUSE implementation in Go
- Provide a correct filesystem api
- Avoid unnecessary allocations/overhead.
- Track and support latest versions of FUSE.
- Reduce required complexity for filesystem implementation.
- Full support for "exotic" operations (copy file range, locking, etc).
- BSD, OSX, and Windows support
- Example filesystem implementations beyond trivial tests.