//! `btrfs-fuse` — userspace FUSE driver for btrfs, read-only v1.
//!
//! Thin shim around [`btrfs_fuse::run::run_mount`]: parse arguments
//! and hand them off. The same entry point is also reachable as
//! `btrfs fuse <IMG> <MOUNTPOINT> ...` via the `fuse` feature on
//! `btrfs-cli`.
use Result;
use ;
use Parser;