portable-io 0.0.1

" A subset of Rust `std::io` functionality supported for `no-std`.
[dependencies.libc]
default-features = false
version = "0.2.169"

[features]
alloc = []

[lib]
name = "portable_io"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = '''
"
A subset of Rust `std::io` functionality supported for `no-std`.
'''
edition = "2018"
license = "MIT OR Apache-2.0"
name = "portable-io"
readme = "README.md"
repository = "https://github.com/brodycj/portable-io"
version = "0.0.1"