toml_document

Crates.iotoml_document
lib.rstoml_document
version0.1.3
sourcesrc
created_at2016-03-26 12:43:21.790759
updated_at2016-05-30 20:35:45.848438
descriptionDocument-style TOML parser. Allows editing TOML document in a way which preserves whitespace and comments.
homepagehttps://github.com/vosen/toml_document
repositoryhttps://github.com/vosen/toml_document
max_upload_size
id4570
size226,334
Andrzej Janik (vosen)

documentation

http://vosen.github.io/toml_document/toml_document

README

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.

Commit count: 243

cargo fmt