6 releases

0.6.5 Dec 19, 2023
0.6.4 Oct 23, 2023
0.6.3 Jun 24, 2023
0.6.2 May 18, 2023
0.6.1 Jan 30, 2023

#496 in Encoding

Download history 338822/week @ 2023-12-23 534474/week @ 2023-12-30 649977/week @ 2024-01-06 678661/week @ 2024-01-13 723629/week @ 2024-01-20 741672/week @ 2024-01-27 746227/week @ 2024-02-03 731841/week @ 2024-02-10 759543/week @ 2024-02-17 808249/week @ 2024-02-24 802150/week @ 2024-03-02 773502/week @ 2024-03-09 807906/week @ 2024-03-16 809122/week @ 2024-03-23 819773/week @ 2024-03-30 718558/week @ 2024-04-06

3,278,272 downloads per month
Used in 6,726 crates (4 directly)

MIT/Apache

13KB
146 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

~180KB