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