dataloader 0.9.1

Rust implementation of Facebook's DataLoader using futures.
Documentation
1
2
3
4
5
6
mod batch_fn;
pub mod cached;
pub mod non_cached;
mod runtime;

pub use batch_fn::BatchFn;