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

Class BodyWrapper

src/config/figure.rs:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27#[derive(Debug, Deserialize, Serialize)]
28pub(crate) struct FigureConfig {
29 body_list: HashMap<String, HashMap<String, f32>>,
30 face_list: HashMap<String, HashMap<String, (f32, f32)>>,
31 offset_list: HashMap<String, f32>,
32}
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected