7 stable releases

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

#2231 in Encoding

Download history 31236/week @ 2024-10-27 32921/week @ 2024-11-03 35325/week @ 2024-11-10 36781/week @ 2024-11-17 33357/week @ 2024-11-24 35280/week @ 2024-12-01 39036/week @ 2024-12-08 39225/week @ 2024-12-15 19638/week @ 2024-12-22 24914/week @ 2024-12-29 112252/week @ 2025-01-05 68847/week @ 2025-01-12 68129/week @ 2025-01-19 66983/week @ 2025-01-26 67423/week @ 2025-02-02 49208/week @ 2025-02-09

256,442 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