Add inline doc comments and cargo doc to CI

This commit is contained in:
2026-06-01 14:13:35 +02:00
parent 51d3d714ba
commit 593ea7b51f
4 changed files with 20 additions and 2 deletions
+5
View File
@@ -293,6 +293,11 @@ pub fn extract_full_metadata(path: &Path) -> Result<FullMetadata> {
/// Extracted metadata from a GVAS save file.
#[derive(Debug, Clone, Default)]
/// Extracted metadata from a Subnautica 2 GVAS save file.
///
/// Each field corresponds to a named UE5 property inside the save binary.
/// Playtime is derived from the `PlaytimeData` structure when available,
/// falling back to a byte-scan heuristic.
pub struct SaveMetadata {
/// Internal slot name, e.g. "savegame_0"
pub slot_name: Option<String>,