//! Built-in `file://` driver and bare-path fallback.
use File;
use ;
use crateuri;
/// Open a local file as a `Box<dyn BytesSource>`. Accepts:
/// - bare paths: `/abs/path`, `rel/path`, `Cargo.toml`
/// - `file:///abs/path`
/// - `file:relative`