axklib 0.3.0

Small kernel-helper abstractions used across the microkernel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "axklib"
version = "0.3.0"
edition = "2024"
authors = ["周睿 <zrufo747@outlook.com>"]
description = "Small kernel-helper abstractions used across the microkernel"
repository = "https://github.com/arceos-hypervisor/axklib"
license = "Apache-2.0"
keywords = ["arceos", "kernel"]
categories = ["os", "no-std"]
readme = "README.md"
documentation = "https://arceos-hypervisor.github.io/axklib"

[dependencies]
axerrno = "0.2"
memory_addr = "0.4"
trait-ffi = "0.2"