Expand description
Block device abstraction layer.
This module provides the BlockDevice trait and implementations for
various backing stores, as well as the internal bridge to lwext4’s C API.
Structs§
- File
Block Device - A block device backed by a file on the host filesystem.
- Memory
Block Device - A block device backed by memory.
Traits§
- Block
Device - Trait for block devices that can be used with ext4 filesystems.
- Block
Device Ext - Extension trait for BlockDevice with helper methods.