26 stable releases

2.13.2 Oct 15, 2024
2.13.0 Mar 28, 2024
2.10.2 Oct 19, 2023
2.6.1 Jun 27, 2023
2.0.2 Mar 24, 2023

#1760 in Encoding

Download history 135497/week @ 2024-07-16 134721/week @ 2024-07-23 129288/week @ 2024-07-30 139125/week @ 2024-08-06 166514/week @ 2024-08-13 162278/week @ 2024-08-20 153787/week @ 2024-08-27 208804/week @ 2024-09-03 209299/week @ 2024-09-10 198252/week @ 2024-09-17 221402/week @ 2024-09-24 222227/week @ 2024-10-01 241491/week @ 2024-10-08 226818/week @ 2024-10-15 227646/week @ 2024-10-22 166977/week @ 2024-10-29

910,068 downloads per month
Used in 13 crates (4 directly)

Apache-2.0 OR MIT

230KB
6K 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