Skip to main content

write

Function write 

Source
pub fn write(
    index_path: &Path,
    object_hash: Kind,
    records: &[Record],
) -> Result<(), Error>
Expand description

Writes records as the index at index_path, replacing whatever is there.