FUSE, and FUSE on macOS
Overview FUSE, File system in Userspace, is an interface which provides an ability to implement a file system as a normal application. Compared to traditional file systems who run in the OS kernel. File system on FUSE is: easier to implement (and debug, and avoid kernel panic), which brings ...