[dependencies.memchr]
default-features = false
version = "2"
[features]
alloc = []
default = []
nightly = []
std = ["alloc"]
[lib]
name = "no_std_io2"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "The bare essentials of std::io for use in no_std. Alloc support is optional."
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "no_std_io2"
readme = "README.md"
repository = "https://github.com/wcampbell0x2a/no-std-io2"
rust-version = "1.81"
version = "0.9.3"
[package.metadata.docs.rs]
features = ["nightly"]
[[test]]
name = "tests"
path = "tests/tests.rs"