[package]
edition = "2021"
rust-version = "1.56"
name = "bufio"
version = "0.2.0"
authors = ["Daniel Mueller <deso@posteo.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
std::io::Write for your potentially uninitialized slice of memory.
"""
homepage = "https://github.com/d-e-s-o/bufio"
documentation = "https://docs.rs/bufio"
readme = "README.md"
keywords = [
"memory",
"stack",
"write",
]
categories = [
"api-bindings",
"embedded",
"memory-management",
"rust-patterns",
"value-formatting",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/d-e-s-o/bufio.git"
[lib]
name = "bufio"
path = "src/lib.rs"
[dependencies]