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.