sdio-host2 0.1.0

no_std SD/SDIO/MMC host bus transaction traits and types
docs.rs failed to build sdio-host2-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Physical SD/SDIO/MMC host-bus transaction traits.

This crate intentionally models the shared CMD/DAT bus rather than a card, block device, filesystem, or runtime queue. A host accepts one transaction at a time: a command, an optional data phase, and a task-side poll path to observe completion. Higher-level SD/MMC card protocols live in sdmmc-protocol.