Crate prc[][src]

Re-exports

pub use hash40;
pub use param::*;

Modules

param

Functions

open

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

read_stream

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.

save

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

write_stream

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