//! This crate contains the core structs and enums for the tool.
//! It heavily relies on the [`rdkafka` crate](https://github.com/fede1024/rust-rdkafka).
pub use ;
pub use Comparable;
pub use DataType;
pub use KafkaRecord;
pub use FilterResult;
pub use StringOperator;