| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| src/ | 04-Jul-2025 | - | 275 | 171 | ||
| .android-checksum.json | D | 04-Jul-2025 | 938 | 1 | 1 | |
| .cargo-checksum.json | D | 04-Jul-2025 | 576 | 1 | 1 | |
| Android.bp | D | 04-Jul-2025 | 709 | 26 | 22 | |
| Cargo.toml | D | 04-Jul-2025 | 4 KiB | 177 | 161 | |
| LICENSE | D | 04-Jul-2025 | 11.1 KiB | 203 | 169 | |
| LICENSE-APACHE | D | 04-Jul-2025 | 11.1 KiB | 203 | 169 | |
| METADATA | D | 04-Jul-2025 | 391 | 18 | 17 | |
| MODULE_LICENSE_APACHE2 | D | 04-Jul-2025 | 0 | |||
| README.md | D | 04-Jul-2025 | 923 | 29 | 18 | |
| cargo_embargo.json | D | 04-Jul-2025 | 165 | 12 | 12 |
README.md
1# serde_spanned 2 3[](https://crates.io/crates/serde_spanned) 4[](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