doc: add cgofuse to known file systems

This commit is contained in:
Bill Zissimopoulos 2017-04-28 14:52:05 -07:00
parent 568096b560
commit 1e0c91658e

View File

@ -11,6 +11,7 @@ This document contains a list of known file systems and file system libraries th
== File System Libraries == File System Libraries
- https://github.com/billziss-gh/cgofuse[cgofuse] - Cross-platform FUSE library for Go
- https://github.com/DuroSoft/fuse-bindings[fuse-bindings] - Fully maintained FUSE bindings for Node that aims to cover the entire FUSE api - https://github.com/DuroSoft/fuse-bindings[fuse-bindings] - Fully maintained FUSE bindings for Node that aims to cover the entire FUSE api
- https://github.com/ui4j/fuse-jna[fuse-jna] - No-nonsense, actually-working Java bindings to FUSE using JNA - https://github.com/ui4j/fuse-jna[fuse-jna] - No-nonsense, actually-working Java bindings to FUSE using JNA
- https://github.com/billziss-gh/fusepy[fusepy] - Simple ctypes bindings for FUSE - https://github.com/billziss-gh/fusepy[fusepy] - Simple ctypes bindings for FUSE