Skip to main content

torchforge_data/
lib.rs

1//! # torchforge-data
2//!
3//! Zero-copy, streaming DataLoader for edge-native ML pipelines in Rust.
4//!
5//! Designed to replace Python's `torch.utils.data.DataLoader` with a
6//! memory-efficient, streaming-first alternative that runs on constrained
7//! edge hardware without GC pressure or multi-process overhead.
8//!
9//! ## Status
10//!
11//! Active development. API is not yet stable.