read_buffer 1.2.0

This crate provides ReadBuffer, a wrapper to safely read into a buffer from a Read.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "read_buffer"
version = "1.2.0"
edition = "2021"
repository = "https://github.com/dav-wolff/read_buffer"
license = "MIT"
authors = ["David Wolff"]
description = "This crate provides ReadBuffer, a wrapper to safely read into a buffer from a Read."
keywords = ["read", "bytes", "buffer"]
categories = ["rust-patterns"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]