mmio-api 0.2.1

Memory-mapped I/O abstraction API for OS kernel development.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.1]https://github.com/drivercraft/sparreal-os/compare/mmio-api-v0.2.0...mmio-api-v0.2.1 - 2026-03-11

### Other

- ✨ feat: 添加 rdif-net 驱动接口和 e1000 驱动 ([#52]https://github.com/drivercraft/sparreal-os/pull/52)

## [0.2.0]https://github.com/drivercraft/sparreal-os/compare/mmio-api-v0.1.2...mmio-api-v0.2.0 - 2026-02-13

### Other

- ✨ feat: 添加 PerCpuData 内存类型,优化内存映射和分配逻辑 ([#19]https://github.com/drivercraft/sparreal-os/pull/19)

## [0.1.2]https://github.com/drivercraft/sparreal-os/compare/mmio-api-v0.1.1...mmio-api-v0.1.2 - 2026-02-09

### Other

- release ([#12]https://github.com/drivercraft/sparreal-os/pull/12)