pub fn parse_plugin_header(path: &Path) -> Result<PluginHeader>Expand description
Parse a plugin header from a file path.
Only reads the first ~8KB to extract the TES4 record and MAST sub-records.
pub fn parse_plugin_header(path: &Path) -> Result<PluginHeader>Parse a plugin header from a file path.
Only reads the first ~8KB to extract the TES4 record and MAST sub-records.