project-wormhole-esm 0.1.0

ESM file format parser for Project Wormhole
Documentation
1
2
3
4
5
6
7
8
use crate::dev::*;


#[derive(Debug, NomLE, Clone, PartialEq)]
pub struct ValueWeight {
    pub value: u32,
    pub weight: f32
}