fusejs
fusejs copied to clipboard
Low level fuse bindings for nodejs
Please, for the love of all things holy update the docs so that I don't have to go reading through .cc files or your gdrive implementation to figure out how...
This would help newcomers to get an idea of where it is being used any how it is used.
https://github.com/osxfuse/fuse/blob/master/include/fuse_common.h#L129
It should be also a reference implementation of file systems in nodejs using the low level API. Some links: http://code.google.com/p/macfuse/wiki/REFERENCE_FILE_SYSTEM https://github.com/osxfuse/filesystems/blob/master/filesystems-c/loopback/loopback.c
Does this library support windows?