buf_read_splitter 0.1.0

BufReadSplitter is a buffer split reader. It's like read_until but the separator can be more than one byte, also this separator is not returned (the buffer stop just before it)
Documentation
[dependencies]

[lib]
name = "buf_read_splitter"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "BufReadSplitter is a buffer split reader. It's like read_until but the separator can be more than one byte, also this separator is not returned (the buffer stop just before it)"
edition = "2021"
exclude = [".gitignore"]
license-file = "LICENSE"
name = "buf_read_splitter"
readme = "README.md"
repository = "https://github.com/flogbl/buf_read_splitter"
version = "0.1.0"