Skip to main content

render_records

Function render_records 

Source
pub fn render_records(
    records: &[Record],
    fields: &[String],
    vault_root: &Path,
    link_index: Option<&LinkGraph>,
    format: Format,
) -> Result<Vec<u8>>
Expand description

Render records to the in-memory byte buffer for format. Public for consumers that want to stream/inspect bytes without writing to disk.