• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

patches/25-Apr-2025-236235

src/25-Apr-2025-252146

.cargo-checksum.jsonD25-Apr-2025576 11

Android.bpD25-Apr-2025709 2622

Cargo.tomlD25-Apr-20252.1 KiB9886

LICENSED25-Apr-202511.6 KiB230192

LICENSE-APACHED25-Apr-202511.1 KiB203169

LICENSE-MITD25-Apr-20251 KiB2016

METADATAD25-Apr-2025389 1817

MODULE_LICENSE_APACHE2D25-Apr-20250

MODULE_LICENSE_MITD25-Apr-20250

README.mdD25-Apr-2025923 2918

cargo_embargo.jsonD25-Apr-2025139 1211

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