shared_http_body 0.1.1

A library for creating shareable http body that can be cloned and consumed by multiple consumers
Documentation
[dependencies.futures-util]
version = "0.3.31"

[dependencies.http-body]
version = "1.0.1"

[dev-dependencies.bytes]
version = "1.9"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.static_assertions]
version = "1.1"

[dev-dependencies.tokio]
features = ["rt", "macros", "rt-multi-thread"]
version = "1.47"

[dev-dependencies.tokio-test]
version = "0.4"

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

[package]
authors = ["Ankur Mittal"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "data-structures"]
description = "A library for creating shareable http body that can be cloned and consumed by multiple consumers"
edition = "2021"
exclude = ["target/", ".git/", ".gitignore"]
keywords = ["http", "async", "clone", "shared", "body"]
license = "Apache-2.0"
name = "shared_http_body"
readme = "README.md"
repository = "https://github.com/ankurmittal/shared-http-body-rs"
version = "0.1.1"