27 stable releases
new 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 |
#2221 in Encoding
601,427 downloads per month
Used in 14 crates
(4 directly)
230KB
6.5K
SLoC
sval_buffer
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.