Hello,
Would the embedded-io crate be a good home for a common BlockDevice trait, something like the one from embedded_sdmmc? This would be a common interface between things like SD card drivers, VirtIO block devices and so on, and crates which provide filesystem implementations on top of a block device. If this seems like a reasonable place for it I'm happy to send a PR to discuss the details.
Hello, Would the
embedded-io
crate be a good home for a commonBlockDevice
trait, something like the one fromembedded_sdmmc
? This would be a common interface between things like SD card drivers, VirtIO block devices and so on, and crates which provide filesystem implementations on top of a block device. If this seems like a reasonable place for it I'm happy to send a PR to discuss the details.