dataloader 0.16.0

Rust implementation of Facebook's DataLoader using async-await.
Documentation
mod batch_fn;
pub mod cached;
pub mod non_cached;
mod runtime;

pub use batch_fn::BatchFn;