1mod config; 2mod transform; 3 4pub use config::{AggregateConfig, AggregationMode}; 5pub use transform::Aggregate; 6 7#[cfg(test)] 8mod tests;