bufio 0.2.0

std::io::Write for your potentially uninitialized slice of memory.
Documentation
1
2
3
4
5
6
// Copyright (C) 2025 Daniel Mueller <deso@posteo.net>
// SPDX-License-Identifier: (Apache-2.0 OR MIT)

mod writer;

pub use writer::Writer;