28 stable releases

2.14.1 Mar 24, 2025
2.13.2 Oct 15, 2024
2.13.0 Mar 28, 2024
2.10.2 Oct 19, 2023
2.0.2 Mar 24, 2023

#2218 in Encoding

Download history 48652/week @ 2024-12-23 100467/week @ 2024-12-30 268611/week @ 2025-01-06 243398/week @ 2025-01-13 196008/week @ 2025-01-20 211865/week @ 2025-01-27 222279/week @ 2025-02-03 209959/week @ 2025-02-10 205990/week @ 2025-02-17 242603/week @ 2025-02-24 239871/week @ 2025-03-03 246724/week @ 2025-03-10 225943/week @ 2025-03-17 256350/week @ 2025-03-24 236981/week @ 2025-03-31 255209/week @ 2025-04-07

982,913 downloads per month
Used in 15 crates (4 directly)

Apache-2.0 OR MIT

230KB
6.5K SLoC

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.


sval_buffer

Rust Latest version Documentation Latest

Support for buffering implementations of sval::Value.

Dependencies