//! # faucet-sink-jsonl
//!
//! JSON Lines file sink connector for the faucet-stream ecosystem.
//!
//! Writes `serde_json::Value` records to a file in [JSON Lines](https://jsonlines.org/)
//! format (one JSON object per line).
pub
pub use ;
pub use JsonlSinkConfig;
pub use JsonlSink;