dataload-rs 0.1.0

Addresses N+1 problem in GraphQL applications through batching
Documentation
[dependencies.async-trait]
version = "0.1.42"

[dependencies.futures]
version = "0.3"

[dependencies.tokio]
features = ["sync", "rt"]
version = "1.4"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-futures]
version = "0.2.5"
[dev-dependencies.tokio]
features = ["sync", "rt", "rt-multi-thread", "macros"]
version = "1.4"

[package]
authors = ["Idan Mintz <idan@lightsource.ai>"]
categories = ["web-programming", "database", "caching"]
description = "Addresses N+1 problem in GraphQL applications through batching"
edition = "2018"
keywords = ["dataloader", "graphql"]
license = "MIT"
name = "dataload-rs"
readme = "README.md"
repository = "https://github.com/LightSourceAI/dataload-rs"
version = "0.1.0"