From 1e0c91658e88c582e7d14029696222da10f01edc Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 28 Apr 2017 14:52:05 -0700 Subject: [PATCH] doc: add cgofuse to known file systems --- doc/Known-File-Systems.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Known-File-Systems.asciidoc b/doc/Known-File-Systems.asciidoc index c0cd6404..57ebfd14 100644 --- a/doc/Known-File-Systems.asciidoc +++ b/doc/Known-File-Systems.asciidoc @@ -11,6 +11,7 @@ This document contains a list of known file systems and file system libraries th == 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/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