7 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.11.1 Jan 31, 2024

#2207 in Encoding

Download history 66727/week @ 2024-09-25 67557/week @ 2024-10-02 61325/week @ 2024-10-09 49460/week @ 2024-10-16 34365/week @ 2024-10-23 31787/week @ 2024-10-30 32531/week @ 2024-11-06 36907/week @ 2024-11-13 37084/week @ 2024-11-20 32498/week @ 2024-11-27 37041/week @ 2024-12-04 40552/week @ 2024-12-11 31526/week @ 2024-12-18 18753/week @ 2024-12-25 33234/week @ 2025-01-01 115953/week @ 2025-01-08

207,474 downloads per month
Used in 10 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