On 2014-01-04, at 21:45 , Patrick Walton <pwal...@mozilla.com> wrote:

> I would love to have a TOML parser. I've always had a bit of a fondness for 
> the INI format, despite its limitations, and TOML looks like the best of both 
> worlds (the expressivity of JSON and the simplicity and readability of INI).

Well IIRC "ini" is undefined and basically a wild west aside from having
bracket-enclosed section names. So for all intents and purposes TOML is
a strict and well-defined ini dialect (compared to most ini dialects
anyway). In fact I believe its original tagline was "TOML is like INI,
only better".

> Benchmarks of TOML parsing would be fun too :)
> 
> Patrick

_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to