toml_document 0.1.2

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

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.