LeopoldArkham / Molten

[WIP] Molten - Style-preserving TOML parser.
Apache License 2.0
40 stars 8 forks source link
parser rust style-preserving toml

Molten

Build Status Windows build status

[WIP] Molten - Style-preserving TOML parser

Molten is a WIP lossless TOML parser that preserves all comments, indentations, whitespace and internal element ordering, and makes all of these fully editable via an easy API. It is written with the intent of replacing the current TOML parser used in cargo-edit, and, eventually, adding that functionality to Cargo itself.

Goals

Non-Goals

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Molten by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.