1# serde_spanned
2
3[![Latest Version](https://img.shields.io/crates/v/serde_spanned.svg)](https://crates.io/crates/serde_spanned)
4[![Documentation](https://docs.rs/serde_spanned/badge.svg)](https://docs.rs/serde_spanned)
5
6A [serde]-compatible spanned Value
7
8This allows capturing the location, in bytes, for a value in the original parsed document for
9compatible deserializers.
10
11[serde]: https://serde.rs/
12
13# License
14
15This project is licensed under either of
16
17 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
18   http://www.apache.org/licenses/LICENSE-2.0)
19 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
20   http://opensource.org/licenses/MIT)
21
22at your option.
23
24### Contribution
25
26Unless you explicitly state otherwise, any contribution intentionally submitted
27for inclusion in toml-rs by you, as defined in the Apache-2.0 license, shall be
28dual licensed as above, without any additional terms or conditions.
29