axdriver_block 0.1.3

Common traits and types for block storage drivers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# axdriver_block

[![Crates.io](https://img.shields.io/crates/v/axdriver_block)](https://crates.io/crates/axdriver_block)
[![Docs.rs](https://docs.rs/axdriver_block/badge.svg)](https://docs.rs/axdriver_block)
[![CI](https://github.com/arceos-org/axdriver_crates/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/arceos-org/axdriver_crates/actions/workflows/deploy.yml)

Common traits and types for block storage drivers in `no_std` environments.

Part of the [axdriver_crates](https://github.com/arceos-org/axdriver_crates) workspace.

## Features

- `ramdisk` – in-memory block device.
- `bcm2835-sdhci` – SD card driver for Raspberry Pi 4.

## License

GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0. See repository root LICENSE.