7 releases

new 0.6.6 May 15, 2024
0.6.5 Dec 19, 2023
0.6.4 Oct 23, 2023
0.6.3 Jun 24, 2023
0.6.1 Jan 30, 2023

#527 in Encoding

Download history 712469/week @ 2024-01-24 764782/week @ 2024-01-31 736489/week @ 2024-02-07 739077/week @ 2024-02-14 793692/week @ 2024-02-21 798803/week @ 2024-02-28 798253/week @ 2024-03-06 779897/week @ 2024-03-13 828042/week @ 2024-03-20 782934/week @ 2024-03-27 823151/week @ 2024-04-03 810981/week @ 2024-04-10 818371/week @ 2024-04-17 834215/week @ 2024-04-24 830685/week @ 2024-05-01 680382/week @ 2024-05-08

3,314,911 downloads per month
Used in 7,067 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

~175KB