Skip to main content

load_from_zip

Function load_from_zip 

Source
pub fn load_from_zip<P: TrxScalar>(path: &Path) -> Result<TrxFile<P>>
Expand description

Load a TRX file from a .trx zip archive.

Memory-maps the zip file directly from disk and parses entries in-memory without creating temporary directories.