33 stable releases
| 2.19.0 | May 8, 2026 |
|---|---|
| 2.18.0 | Mar 27, 2026 |
| 2.17.0 | Feb 7, 2026 |
| 2.16.0 | Oct 19, 2025 |
| 2.0.2 | Mar 24, 2023 |
#2050 in Encoding
1,300,352 downloads per month
Used in 16 crates
(4 directly)
275KB
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
Support for buffering implementations of sval::Value.