Expand description
Loose-file extraction primitives. Loose-file resource primitives.
This module provides a minimal typed wrapper around one on-disk resource
file (*.utc, *.tga, etc.) without any archive/container semantics.
§Scope
- Canonical path + identifier extraction.
- Byte loading for downstream format parsing.
- No installation discovery or search-order logic.
Structs§
- Resource
File - One loose resource file on disk.
- Resource
File Data - Loaded loose resource-file payload.
Enums§
- File
Resource Error - Errors produced by loose-file primitives.
Functions§
- read_
resource_ file - Reads one resource file and returns identifier + payload bytes.