pub fn load_from_zip<P: TrxScalar>(path: &Path) -> Result<TrxFile<P>>
Load a TRX file from a .trx zip archive.
.trx
Memory-maps the zip file directly from disk and parses entries in-memory without creating temporary directories.