Expand description
Packed-tileset reading for post-build analysis (stt-optimize inspect/diff).
Thin wrapper over stt_core::pack::PackedReader that also keeps the
parsed Manifest around, so the profiler passes can see container facts
the reader alone doesn’t expose (pack table, directory layout). Both
directory container shapes — single whole-load and paged — decode through
the same stt-core path (PackedReader::open branches on
directory.layout), so callers here never need to care which one a
dataset ships.
Structs§
- Packed
Tileset - A local packed STT dataset (
manifest.json+index/*.sttd+packs/*.sttp) opened for analysis.