pub fn load_from_directory<P: TrxScalar>(dir: &Path) -> Result<TrxFile<P>>
Load a TrxFile<P> from an uncompressed directory.
TrxFile<P>