GitXplorerGitXplorer
e

toml-spanned-value

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d330237a17d3cefa0d2e9ed57781c149e4b71930

Fix tests for toml past version 0.5.8

eest31 committed 3 years ago
Unverified
a5329474c7236dde4c1251d91f346bf6c455056d

Add docs.rs and crates.io badges

eest31 committed 5 years ago
Unverified
5dfa81ecd5f014d2938a40b516d07b3c5c5e40c7

Use the toml-rs version on crates.io

eest31 committed 5 years ago
Unverified
35f837c73ab4de8849bd074e827ba5a981696806

Use upstream toml crate

eest31 committed 5 years ago
Unverified
1bbc143970880a20a616225b2ff78917ac6864b1

Switch to indexmap instead of linked_hash_map

eest31 committed 5 years ago
Unverified
e925c52d22dc92c7147cf13ddbd43f78e02b8c32

Switch to MVP3

eest31 committed 5 years ago

README

The README file for this repository.

toml-spanned-value

docs crates.io 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.