//! # faucet-sink-stdout
//!
//! Stdout/stderr sink connector for the faucet-stream ecosystem.
//!
//! Writes each `serde_json::Value` record to the chosen standard stream in
//! one of three formats: JSON Lines (default), pretty-printed JSON, or
//! tab-separated values. Useful for debugging, examples, the upcoming
//! `faucet preview` CLI workflow, and ad-hoc inspection.
pub use ;
pub use ;
pub use StdoutSink;