peekbufread 0.1.5

Implements a peekable std::io::Read with support for checkpoints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]
[dev-dependencies.rand]
version = "0.8.5"

[features]
checkpoint = []
default = ["checkpoint"]

[package]
authors = ["Fionn Langhans <fionn.langhans@gmail.com"]
description = "Implements a peekable std::io::Read with support for checkpoints"
edition = "2021"
license = "MIT"
name = "peekbufread"
readme = "README.md"
repository = "https://github.com/codefionn/peekbufread"
resolver = "2"
version = "0.1.5"