use crate::;
/// Stateful writer for streaming values one at a time to a string buffer.
///
/// Useful for incremental serialization when memory constraints prevent
/// materializing entire collections.
/// Iterator-backed writer that formats values as CSV.