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
- Plugin
Header - 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.