axerrno 0.1.1

Generic error code representation.
Documentation
[dependencies.log]
version = "0.4"

[dependencies.strum]
default-features = false
features = ["derive"]
version = "0.27.2"

[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 = "build.rs"
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.1"