Skip to main content

write_ndjson

Function write_ndjson 

Source
pub fn write_ndjson<T: Serialize>(
    path: impl AsRef<Path>,
    docs: &[T],
) -> Result<()>