| 8 | |
| 9 | #[derive(Debug, Deserialize)] |
| 10 | struct Offset { |
| 11 | offset: f32, |
| 12 | } |
| 13 | |
| 14 | #[derive(Debug, Deserialize)] |
| 15 | struct FigureRead { |
| 16 | body: HashMap<String, f32>, |
| 17 | face: HashMap<String, (f32, f32)>, |
nothing calls this directly
no outgoing calls
no test coverage detected