axio 0.3.0-pre.1

`std::io` for `no_std` environment
Documentation
[build-dependencies.autocfg]
version = "1"

[dependencies.axerrno]
version = "0.2"

[dependencies.heapless]
version = "0.9"

[dependencies.memchr]
default-features = false
version = "2"

[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` for `no_std` environment"
documentation = "https://docs.rs/axio"
edition = "2024"
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.3.0-pre.1"

[[test]]
name = "buffered"
path = "tests/buffered.rs"

[[test]]
name = "copy"
path = "tests/copy.rs"

[[test]]
name = "cursor"
path = "tests/cursor.rs"

[[test]]
name = "impls"
path = "tests/impls.rs"

[[test]]
name = "io"
path = "tests/io.rs"

[[test]]
name = "iobuf"
path = "tests/iobuf.rs"

[[test]]
name = "iofn"
path = "tests/iofn.rs"

[[test]]
name = "utils"
path = "tests/utils.rs"