scuffle-batching 0.0.2

Optimized batching and dataloading for external services.
Documentation
[dependencies.tokio]
default-features = false
features = ["time", "sync", "rt"]
version = "1"

[dependencies.tokio-util]
version = "0.7"

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

[package]
authors = ["Scuffle <opensource@scuffle.cloud>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Optimized batching and dataloading for external services."
documentation = "https://docs.rs/scuffle-batching"
edition = "2021"
keywords = ["batching", "dataloading", "external", "services", "async"]
license = "MIT OR Apache-2.0"
name = "scuffle-batching"
readme = "README.md"
repository = "https://github.com/scufflecloud/scuffle"
version = "0.0.2"