Crates.io | toml_document |
lib.rs | toml_document |
version | 0.1.3 |
source | src |
created_at | 2016-03-26 12:43:21.790759 |
updated_at | 2016-05-30 20:35:45.848438 |
description | Document-style TOML parser. Allows editing TOML document in a way which preserves whitespace and comments. |
homepage | https://github.com/vosen/toml_document |
repository | https://github.com/vosen/toml_document |
max_upload_size | |
id | 4570 |
size | 226,334 |
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.
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.