// TODO: Remove. This is only here while we're still developing the FUSE adapter.
// We do not have unit tests for the FUSE adapter; we run separate integration tests that actually
// mount a litebox over FUSE and interact with it through the OS interface. We don't want that
// impacting our coverage metrics.
pub use FuseAdapter;
pub use MountOption;