blockwise_reader 0.7.0

Reading the first bytes and pre-parsing of large files or streams.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.memmem]
version = "0.1.1"

[dependencies.stringreader]
version = "0.1.1"

[package]
authors = ["Frank Schwidom"]
description = "Reading the first bytes and pre-parsing of large files or streams."
documentation = "https://docs.rs/blockwise_reader"
edition = "2021"
homepage = "https://github.com/schwidom/blockwise_reader"
license-file = "LICENSE"
name = "blockwise_reader"
readme = "README.md"
version = "0.7.0"