spring-batch-rs 0.3.4

A toolkit for building enterprise-grade batch applications
Documentation
1
2
3
4
5
/// This module contains the MongoDB reader implementation for the Spring Batch framework.
pub mod mongodb_reader;

/// This module contains the MongoDB writer implementation for the Spring Batch framework.
pub mod mongodb_writer;