Modules
API calls to mount, and manage filesystems.
Exfuse application callback module.
Filesystems implement FUSE operations with route macros or handle_event/3.
Exfuse.mount/3 mounts one filesystem process; routes define the directory
tree below that mount point.
A UserFs filesystem implementation module which makes available common data from the Elixir run time.
A small example filesystem with files, directories, and symbolic links.
A simple hello-world filesystem.
Mount supervisor.
The server joins the FS implementation (the Exfuse.Fs callback module) to the
port (which joins the Elixir run time to the OS / kernel).
The long-lived filesystem session.