read-restrict 0.3.0

Restrict the number of bytes read from a reader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "read-restrict"
description = "Restrict the number of bytes read from a reader"
version = "0.3.0"
authors = ["Thomas Hurst <tom@hur.st>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Freaky/read-restrict"
keywords = ["read", "limit"]
categories = ["rust-patterns"]
readme = "README.md"

[dependencies]