batch-aint-one 0.5.0

I got 99 problems, but a batch ain't one
Documentation
[dependencies.async-trait]
version = "0.1.74"

[dependencies.thiserror]
version = "1.0.50"

[dependencies.tokio]
features = ["sync", "time", "tracing", "rt", "macros"]
version = "1.33.0"

[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.doc-comment]
version = "0.3.3"

[dev-dependencies.futures]
version = "0.3.29"

[dev-dependencies.tokio]
features = ["rt", "macros", "test-util"]
version = "1.28.1"

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

[package]
authors = ["Thom Wright <dev@thomwright.co.uk>"]
categories = ["concurrency"]
description = "I got 99 problems, but a batch ain't one\n"
documentation = "https://docs.rs/batch-aint-one"
edition = "2021"
homepage = "https://github.com/ThomWright/batch-aint-one"
keywords = ["batching", "batch", "async", "concurrency"]
license = "MIT"
name = "batch-aint-one"
readme = "README.md"
repository = "https://github.com/ThomWright/batch-aint-one"
version = "0.5.0"