axio 0.2.1

`std::io`-like I/O traits for `no_std` environment
Documentation
[build-dependencies.autocfg]
version = "1"

[dependencies.axerrno]
version = "0.1"

[features]
alloc = []
default = []

[lib]
name = "axio"
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"]
description = "`std::io`-like I/O traits for `no_std` environment"
documentation = "https://docs.rs/axio"
edition = "2021"
homepage = "https://github.com/arceos-org/arceos"
keywords = ["arceos", "io", "no-std"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
name = "axio"
readme = "README.md"
repository = "https://github.com/arceos-org/axio"
version = "0.2.1"