trapframe 0.8.0

Handle Trap Frame across kernel and user space on multiple ISAs.
Documentation
[dependencies]

[features]
default = []
ioport_bitmap = []

[package]
authors = ["Runji Wang <wangrunji0408@163.com>", "Jiajie Chen <c@jia.je>", "Hoblovski <daizy19@mails.tsinghua.edu.cn>", "Ben Pig Chu <benpichu@gmail.com>"]
categories = ["no-std", "embedded"]
description = "Handle Trap Frame across kernel and user space on multiple ISAs."
documentation = "https://docs.rs/trapframe"
edition = "2018"
exclude = ["docs", ".idea"]
homepage = "https://github.com/rcore-os/trapframe-rs"
keywords = ["no_std", "interrupt", "bare-metal", "x86_64", "riscv"]
license = "MIT"
name = "trapframe"
readme = "README.md"
repository = "https://github.com/rcore-os/trapframe-rs"
version = "0.8.0"
[target."cfg(target_arch = \"x86_64\")".dependencies.raw-cpuid]
version = "9.0"

[target."cfg(target_arch = \"x86_64\")".dependencies.x86_64]
version = "0.14"