9 releases
0.6.8 | Sep 25, 2024 |
---|---|
0.6.7 | Jul 25, 2024 |
0.6.6 | May 15, 2024 |
0.6.5 | Dec 19, 2023 |
0.6.1 | Jan 30, 2023 |
#375 in Encoding
5,952,952 downloads per month
Used in 9,326 crates
(5 directly)
16KB
171 lines
serde_spanned
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
~160KB