MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / SaveData

Class SaveData

src/config/save_load.rs:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7use std::{fs, path::Path, rc::Rc};
8
9#[derive(Serialize, Deserialize, Debug, Clone)]
10pub(crate) struct SaveData {
11 pub(crate) script: String,
12 pub(crate) block_index: usize,
13 pub(crate) explain: String,
14 pub(crate) image_path: String,
15}
16
17#[derive(Debug, Deserialize, Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected