axio 0.5.0

`std::io` for `no_std` environment
Documentation
[package]
name = "axio"
version = "0.5.0"
edition = "2024"
authors = ["Yuekai Jia <equation618@gmail.com>"]
description = "`std::io` for `no_std` environment"
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
repository = "https://github.com/arceos-org/axio"
documentation = "https://docs.rs/axio"
keywords = ["arceos", "io", "no-std"]
categories = ["no-std"]

[features]
alloc = []
default = []

[dependencies]
axerrno = "0.4.2"
heapless = "0.9"
memchr = { version = "2", default-features = false }

[build-dependencies]
autocfg = "1"