27 stable releases

2.14.0 Jan 14, 2025
2.13.2 Oct 15, 2024
2.13.1 Sep 14, 2024
2.13.0 Mar 28, 2024
2.0.2 Mar 24, 2023

#1835 in Encoding

Download history 216809/week @ 2024-10-18 236879/week @ 2024-10-25 207506/week @ 2024-11-01 221862/week @ 2024-11-08 197570/week @ 2024-11-15 154201/week @ 2024-11-22 117896/week @ 2024-11-29 208373/week @ 2024-12-06 197103/week @ 2024-12-13 62276/week @ 2024-12-20 71369/week @ 2024-12-27 187353/week @ 2025-01-03 309253/week @ 2025-01-10 202789/week @ 2025-01-17 217502/week @ 2025-01-24 179044/week @ 2025-01-31

943,719 downloads per month
Used in 14 crates (4 directly)

Apache-2.0 OR MIT

230KB
6.5K SLoC

sval_buffer

Rust Latest version Documentation Latest

Support for buffering implementations of sval::Value.


lib.rs:

Buffering support for sval.

This crate provides the ValueBuf type, which can buffer a flat stream of data into a tree of borrowed values.

Some functionality requires the alloc Cargo feature to be enabled. Rather than conditionally compile these methods, this library stubs out functionality when an allocator isn't available.

Dependencies