24 stable releases

2.13.0 Mar 28, 2024
2.11.1 Jan 31, 2024
2.10.2 Oct 19, 2023
2.6.1 Jun 27, 2023
2.0.2 Mar 24, 2023

#1960 in Encoding

Download history 77954/week @ 2024-01-20 73139/week @ 2024-01-27 75383/week @ 2024-02-03 74549/week @ 2024-02-10 89525/week @ 2024-02-17 95199/week @ 2024-02-24 90646/week @ 2024-03-02 83144/week @ 2024-03-09 86405/week @ 2024-03-16 91420/week @ 2024-03-23 110767/week @ 2024-03-30 113255/week @ 2024-04-06 108630/week @ 2024-04-13 105076/week @ 2024-04-20 103385/week @ 2024-04-27 100468/week @ 2024-05-04

440,531 downloads per month
Used in 7 crates (3 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