Crate sims_far

Crate sims_far 

Source

Structs§

Far
The FAR format (.far files) are used to bundle (archive) multiple files together. All numeric values in the header and manifest are stored in little-endian order(least significant byte first).
Manifest
The manifest contains a count of the number of archived files, followed by an entry for each file. In all of the examples examined the order of the entries matches the order of the archived files, but whether this is a firm requirement or not is unknown.
ManifestEntry
A manifest entry containing the first file length, second file length, file offset, file name length, and file name.

Enums§

FarError