kvark / vange-rs

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

[meta] Configuration formats #11

Closed kvark closed 8 years ago

kvark commented 8 years ago

There is quite a few different formats here to parse:

One way to approach it would be to implement Decoder trait for the new parsers and then reflect to structs using #[derive(RustcDecodable)].

kvark commented 8 years ago

I figured that manual parsing is the way to go, for these reasons:

All kinds of configuration formats are now parsed, even if partially. Closing.