dataload-rs 0.1.0

Addresses N+1 problem in GraphQL applications through batching
Documentation
1
2
3
4
5
6
7
8
mod batch_function;
mod cache;
mod loader;
mod loader_op;
mod loader_worker;

pub use batch_function::BatchFunction;
pub use loader::Loader;