spring-batch-rs 0.2.1

A toolkit for building enterprise-grade batch applications
Documentation

spring-batch-rs

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 14 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

full

  • csv
  • json
  • logger
  • fake
  • rdbc-postgres
  • rdbc-mysql
  • rdbc-sqlite
  • mongodb

rdbc-postgres

  • sqlx/postgres
  • rdbc

fake

  • dep:fake
  • dep:time

rdbc-sqlite

  • sqlx/sqlite
  • rdbc

mongodb

  • mongodb/tokio-sync
  • bson

rdbc-mysql

  • sqlx/mysql
  • rdbc

csv

  • dep:csv

tests-cfg

  • full

sqlx

  • dep:sqlx

bson

  • dep:bson

rdbc

    This feature flag does not enable additional features.

logger

    This feature flag does not enable additional features.

json

    This feature flag does not enable additional features.