• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-275171

.android-checksum.jsonD04-Jul-2025938 11

.cargo-checksum.jsonD04-Jul-2025576 11

Android.bpD04-Jul-2025709 2622

Cargo.tomlD04-Jul-20254 KiB177161

LICENSED04-Jul-202511.1 KiB203169

LICENSE-APACHED04-Jul-202511.1 KiB203169

METADATAD04-Jul-2025391 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-2025923 2918

cargo_embargo.jsonD04-Jul-2025165 1212

README.md

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