#toml #toml-parser #preserve #comments #document #document-style

toml_document

Document-style TOML parser. Allows editing TOML document in a way which preserves whitespace and comments.

4 releases

Uses old Rust 2015

0.1.3 May 30, 2016
0.1.2 May 29, 2016
0.1.1 Apr 27, 2016
0.1.0 Mar 26, 2016

#1501 in Text processing

30 downloads per month

MIT/Apache

160KB
4.5K SLoC

toml_document

Build Status

Documentation

This library provides a document-style interface to TOML files. Document-style for this library means supporting edit operations that preserve markup of the file. E.g. you can edit a value without losing comments and formatting.

License

toml_document is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.

No runtime deps