sbi-spec

Crates.iosbi-spec
lib.rssbi-spec
version
sourcesrc
created_at2022-07-10 04:26:10.933573
updated_at2024-10-25 06:48:28.528189
descriptionDefinitions and constants in the RISC-V Supervisor Binary Interface (RISC-V SBI)
homepage
repositoryhttps://github.com/rustsbi/rustsbi
max_upload_size
id622946
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
release (github:rustsbi:release)

documentation

https://docs.rs/sbi-spec

README

SBI 标准的 Rust 实现

CI Latest version issue Documentation license

这个库用 Rust 实现了 SBI 标准 定义的常量和结构。

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

  • §3
    • 常量
    • 结构
  • §4
    • 常量
  • §5
    • 常量
  • §6
    • 常量
  • §7
    • 常量
  • §8
    • 常量
  • §9
    • 常量
  • §10
    • 常量
  • §11
    • 常量
  • §12
    • 常量
  • §13
    • 常量
  • §14
    • 常量
  • §15
    • 常量
  • §16
    • 常量
Commit count: 524

cargo fmt