Skip to content

[WIP] Molten - Style-preserving TOML parser.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

jeremydavis519/Molten

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Molten

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

  • Speed: Molten is a one-pass parser which avoids allocation.
  • Unopinionated: Molten respects the way you wrote your document, to the letter.
  • Fully addressable: All toml elements can be edited, created, or deleted via the API.

Non-Goals

  • Error recovery: Molten does not try to correct recoverable errors.
  • Serde support: See toml-rs for this.

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.

About

[WIP] Molten - Style-preserving TOML parser.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%