kvark / vange-rs

Rusty Vangers clone
https://vange.rs
Apache License 2.0
420 stars 21 forks source link

PRM decoder #2

Open kvark opened 8 years ago

kvark commented 8 years ago

Could be done via implementing rustc_serialize::Decoder. common.prm and mechos associated PRMs seem to follow the same standard, although it's not clear what to do with car.prm yet.

kvark commented 6 years ago

It would be best to have this as a serde-based decoder inside lib folder locally.