toml-spanned-value

Crates.iotoml-spanned-value
lib.rstoml-spanned-value
version0.1.0
sourcesrc
created_at2019-10-28 15:45:16.182572
updated_at2019-10-28 15:45:16.182572
descriptionSpannedValue support for the toml crate
homepage
repositoryhttps://github.com/est31/toml-spanned-value
max_upload_size
id176407
size61,317
(est31)

documentation

README

toml-spanned-value

dependency status

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:

License

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.

License of your contributions

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.

Commit count: 30

cargo fmt