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](https://travis-ci.org/vosen/toml_document.svg?branch=master)](https://travis-ci.org/vosen/toml_document)

[Documentation](http://vosen.github.io/toml_document/toml_document)

This library provides a document-style interface to
[TOML](https://github.com/toml-lang/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.