Crate skyrim_cell_dump

Source
Expand description

§Skyrim Cell Dump

skyrim-cell-dump is a library for parsing Skyrim plugin files and extracting CELL data into Rust structs.

Structs§

Cell
Parsed CELL records
Plugin
A parsed TES5 Skyrim plugin file
PluginHeader
Parsed TES4 header record
World
Parsed WRLD records

Functions§

parse_plugin
Parses header and cell records from input bytes of a plugin file and outputs Plugin struct with extracted fields.