Crates.io | toml-spanned-value |
lib.rs | toml-spanned-value |
version | 0.1.0 |
source | src |
created_at | 2019-10-28 15:45:16.182572 |
updated_at | 2019-10-28 15:45:16.182572 |
description | SpannedValue support for the toml crate |
homepage | |
repository | https://github.com/est31/toml-spanned-value |
max_upload_size | |
id | 176407 |
size | 61,317 |
The toml crate provides users with a Value
type that can be used for custom parsing logic. However, this type doesn't support span information. Spans provide location information to allow for good error messages or other purposes. The toml-spanned-value
crate provides a SpannedValue
type to fix this.
See also these issues/threads in toml-rs
:
This library is distributed under the terms of both the MIT license and the Apache License (Version 2.0), at your option.
See LICENSE-APACHE and LICENSE-MIT for details.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.