mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-24 19:22:37 +02:00
Add inline doc comments and cargo doc to CI
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user