wolfrpg-map-parser 0.6.0

Parser for Wolf RPG Editor map files
Documentation
1
2
3
pub trait ParsableFields<T> {
    fn parse(bytes: &[u8]) -> (usize, T);
}