8 stable releases

new 2.14.1 Mar 24, 2025
2.14.0 Jan 14, 2025
2.13.2 Oct 15, 2024
2.13.1 Sep 14, 2024
2.11.1 Jan 31, 2024

#2535 in Encoding

Download history 35618/week @ 2024-12-02 39496/week @ 2024-12-09 38665/week @ 2024-12-16 19553/week @ 2024-12-23 24963/week @ 2024-12-30 117161/week @ 2025-01-06 65737/week @ 2025-01-13 68002/week @ 2025-01-20 66298/week @ 2025-01-27 67701/week @ 2025-02-03 46912/week @ 2025-02-10 45842/week @ 2025-02-17 49964/week @ 2025-02-24 47617/week @ 2025-03-03 51865/week @ 2025-03-10 52481/week @ 2025-03-17

204,607 downloads per month
Used in 11 crates (2 directly)

Apache-2.0 OR MIT

360KB
10K SLoC

sval_nested

Rust Latest version Documentation Latest

A variant of sval::Stream for cases where a recursive API is needed.


lib.rs:

A variant of sval::Stream for cases where a recursive API is needed.

Limitations

Streaming via sval_nested will discard any sval::Stream::tag_hints. sval allows tag hints to appear anywhere in a stream, but this library enforces a stricter lifecycle, making those hints unreliable.

Default method implementations for the Stream trait.

Dependencies