//! MySQL binlog (CDC) source for the faucet-stream ecosystem.
//!
//! Tails the MySQL binary log via row-based replication and emits per-row
//! change events as a CDC envelope, resumable via a `{file,pos}` or
//! `{gtid_set}` bookmark.
pub use ;
pub use ;
pub use MysqlCdcSource;