8 releases

new 0.6.7 Jul 25, 2024
0.6.6 May 15, 2024
0.6.5 Dec 19, 2023
0.6.4 Oct 23, 2023
0.6.1 Jan 30, 2023

#560 in Encoding

Download history 803939/week @ 2024-04-05 812445/week @ 2024-04-12 833366/week @ 2024-04-19 811494/week @ 2024-04-26 836615/week @ 2024-05-03 871353/week @ 2024-05-10 952896/week @ 2024-05-17 927010/week @ 2024-05-24 1019908/week @ 2024-05-31 966996/week @ 2024-06-07 962987/week @ 2024-06-14 952931/week @ 2024-06-21 901748/week @ 2024-06-28 952246/week @ 2024-07-05 1024799/week @ 2024-07-12 908215/week @ 2024-07-19

3,959,426 downloads per month
Used in 7,873 crates (4 directly)

MIT/Apache

15KB
147 lines

serde_spanned

Latest Version Documentation

A serde-compatible spanned Value

This allows capturing the location, in bytes, for a value in the original parsed document for compatible deserializers.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in toml-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

A serde-compatible spanned Value

This allows capturing the location, in bytes, for a value in the original parsed document for compatible deserializers.

Dependencies

~170KB