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

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

[dependencies]
memmem = "0.1.1"
stringreader = "0.1.1"