//! Pure-Rust block-device framework. The shared substrate every filesystem
//! driver and disk-image reader plugs into.
//!
//! See the crate-level
//! [`README`](https://github.com/antimatter-studios/rust-fs-core) for the
//! intended consumers and design.
pub use ;
pub use ;
pub use CachingDevice;
pub use ;
pub use FileDevice;
pub use ReadOnlyDevice;
pub use ;