datasynth-core 2.4.0

Core domain models, traits, and distributions for synthetic enterprise data generation
Documentation
1
2
3
4
5
6
7
8
9
10
//! Built-in plugin examples demonstrating the Plugin SDK.
//!
//! These plugins serve as reference implementations for custom generators,
//! sinks, and transforms.

mod csv_echo;
mod timestamp_enricher;

pub use csv_echo::CsvEchoSink;
pub use timestamp_enricher::TimestampEnricher;