sbi-spec 0.0.7

Definitions and constants in RISC-V Supervisor Binary Interface (RISC-V SBI)
Documentation
# SBI 标准的 Rust 实现

[![CI](https://github.com/rustsbi/sbi-spec/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/rustsbi/sbi-spec/actions)
[![Latest version](https://img.shields.io/crates/v/sbi-spec.svg)](https://crates.io/crates/sbi-spec)
[![issue](https://img.shields.io/github/issues/rustsbi/sbi-spec)](https://github.com/rustsbi/sbi-spec/issues)
[![Documentation](https://docs.rs/sbi-spec/badge.svg)](https://docs.rs/sbi-spec)
![license](https://img.shields.io/github/license/rustsbi/sbi-spec)

这个库用 Rust 实现了 [SBI 标准](https://github.com/riscv-non-isa/riscv-sbi-doc) 定义的常量和结构。

2.0 标准各章节的实现情况:

- §3
  - [x] 常量
  - [x] 结构
- §4
  - [x] 常量
- §5
  - [x] 常量
- §6
  - [x] 常量
- §7
  - [x] 常量
- §8
  - [x] 常量
- §9
  - [x] 常量
- §10
  - [x] 常量
- §11
  - [x] 常量
- §12
  - [x] 常量
- §13
  - [x] 常量
- §14
  - [x] 常量
- §15
  - [x] 常量
- §16
  - [x] 常量