#serde #span

serde_spanned

Serde-compatible spanned Value

3 releases

0.6.2 May 18, 2023
0.6.1 Jan 30, 2023
0.6.0 Jan 20, 2023

#162 in Parser implementations

Download history 93458/week @ 2023-02-11 98480/week @ 2023-02-18 134137/week @ 2023-02-25 150150/week @ 2023-03-04 163686/week @ 2023-03-11 197865/week @ 2023-03-18 211691/week @ 2023-03-25 195614/week @ 2023-04-01 203934/week @ 2023-04-08 224748/week @ 2023-04-15 237257/week @ 2023-04-22 244848/week @ 2023-04-29 262430/week @ 2023-05-06 279817/week @ 2023-05-13 321995/week @ 2023-05-20 276840/week @ 2023-05-27

1,184,570 downloads per month
Used in 2,562 crates (2 directly)

MIT/Apache

9KB
143 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

~61KB