//! MongoDB Change Streams (CDC) source for the faucet-stream ecosystem.
//!
//! Tails a collection / database / cluster change stream and emits per-document
//! change events as a CDC envelope, resumable via the opaque `resumeToken`.
pub use ;
pub use ;
pub use MongoCdcSource;