1//! Built-in plugin examples demonstrating the Plugin SDK.
2//!
3//! These plugins serve as reference implementations for custom generators,
4//! sinks, and transforms.
56mod csv_echo;
7mod timestamp_enricher;
89pub use csv_echo::CsvEchoSink;
10pub use timestamp_enricher::TimestampEnricher;