core2 0.3.3

The bare essentials of std::io for use in no_std. Alloc support is optional.
[dependencies.memchr]
default-features = false
version = "2"

[features]
alloc = []
default = ["std"]
nightly = []
std = ["alloc"]

[package]
authors = ["Brendan Molloy <brendan@bbqsrc.net>"]
categories = ["no-std"]
description = "The bare essentials of std::io for use in no_std. Alloc support is optional."
edition = "2018"
license = "Apache-2.0 OR MIT"
name = "core2"
repository = "https://github.com/bbqsrc/core2"
version = "0.3.3"
[package.metadata.docs.rs]
features = ["nightly"]