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

#1988 in Encoding

Download history 22351/week @ 2023-12-23 48508/week @ 2023-12-30 70589/week @ 2024-01-06 79773/week @ 2024-01-13 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 91065/week @ 2024-04-06

394,958 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