Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
patches/ | 25-Apr-2025 | - | 236 | 235 | ||
src/ | 25-Apr-2025 | - | 252 | 146 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 576 | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 709 | 26 | 22 | |
Cargo.toml | D | 25-Apr-2025 | 2.1 KiB | 98 | 86 | |
LICENSE | D | 25-Apr-2025 | 11.6 KiB | 230 | 192 | |
LICENSE-APACHE | D | 25-Apr-2025 | 11.1 KiB | 203 | 169 | |
LICENSE-MIT | D | 25-Apr-2025 | 1 KiB | 20 | 16 | |
METADATA | D | 25-Apr-2025 | 389 | 18 | 17 | |
MODULE_LICENSE_APACHE2 | D | 25-Apr-2025 | 0 | |||
MODULE_LICENSE_MIT | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 923 | 29 | 18 | |
cargo_embargo.json | D | 25-Apr-2025 | 139 | 12 | 11 |
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