Crate prc

source · []

Re-exports

pub use hash40;
pub use param::*;

Modules

Functions

Attempts to read a param file from the given filepath. Returns a ParamStruct if successful, otherwise an Error.

Attempts to read a param file from the given reader (requires Seek). The reader should be positioned at the header of the filetype. Returns a ParamStruct if successful, otherwise an Error.

Attempts to write a param file into the given filepath. Returns nothing if successful, otherwise an Error.

Attempts to write a param file into the given writer (requires Seek). Returns nothing if successful, otherwise an Error.