axklib 0.3.0

Small kernel-helper abstractions used across the microkernel
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "axklib"
version = "0.3.0"
authors = ["周睿 <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small kernel-helper abstractions used across the microkernel"
documentation = "https://arceos-hypervisor.github.io/axklib"
readme = "README.md"
keywords = [
    "arceos",
    "kernel",
]
categories = [
    "os",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/arceos-hypervisor/axklib"

[lib]
name = "axklib"
path = "src/lib.rs"

[dependencies.axerrno]
version = "0.2"

[dependencies.memory_addr]
version = "0.4"

[dependencies.trait-ffi]
version = "0.2"