read_until_slice 0.1.18

AsyncBufRead::read_until extension to take a slice as a delimiter instead of a single u8.
Documentation
[package]

name = "read_until_slice"

version = "0.1.18"

edition = "2024"

authors = ["Jerome David <programingjd@gmail.com>"]

categories = ["asynchronous"]

description = "AsyncBufRead::read_until extension to take a slice as a delimiter instead of a single u8."

keywords = ["tokio", "AsyncBufRead", "read_until", "slice", "delimiter"]

license = "MIT"

repository = "https://github.com/programingjd/read_until_slice"

include = [

    "Cargo.toml", "src", "tests", "examples", "LICENSE", "README.md"

]

[dependencies.tokio]

version = "1.52"

default-features = false

features = ["io-util"]



[dependencies.pin-project-lite]

version = "0.2"

default-features = false

features = []



[dev-dependencies.tokio]

version = "1.52"

default-features = false

features = ["macros", "rt", "net"]

[dev-dependencies.tokio-test]

version = "0.4"



[[example]]

name = "http"