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

Class Face

src/config/figure.rs:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Debug, Deserialize)]
10struct Offset {
11 offset: f32,
12}
13
14#[derive(Debug, Deserialize)]
15struct FigureRead {
16 body: HashMap<String, f32>,
17 face: HashMap<String, (f32, f32)>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected