wows_replays 0.13.0

A parser for World of Warships replay files
Documentation
1
2
3
4
pub trait Analyzer {
    fn process(&mut self, packet: &crate::packet2::Packet<'_, '_>);
    fn finish(&mut self);
}