Package fusehost implements a minimal FUSE protocol server for testing
the host FD passthrough path. It forwards all operations to a backing
directory on the host filesystem.
Serve runs a FUSE protocol server on fd, backed by the host directory
backDir. It handles requests until the connection is closed or an error
occurs. Intended to be called as a goroutine.