Skip to main content

save_to_directory

Function save_to_directory 

Source
pub fn save_to_directory<P: TrxScalar>(
    trx: &TrxFile<P>,
    dir: &Path,
) -> Result<()>
Expand description

Save a TrxFile<P> to an uncompressed directory. The offsets.* array width is auto-picked: uint32 when every offset fits, otherwise uint64.