[dependencies.axerrno]
version = "0.2"
[dependencies.log]
version = "0.4"
[lib]
name = "axerrno"
path = "src/lib.rs"
[package]
authors = ["Yuekai Jia <equation618@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "os"]
description = "Generic error code representation."
documentation = "https://docs.rs/axerrno"
edition = "2021"
homepage = "https://github.com/arceos-org/arceos"
keywords = ["arceos", "errno"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
name = "axerrno"
readme = "README.md"
repository = "https://github.com/arceos-org/axerrno"
version = "0.1.2"