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

#2219 in Encoding

Download history 37599/week @ 2024-11-21 32772/week @ 2024-11-28 36793/week @ 2024-12-05 41699/week @ 2024-12-12 26015/week @ 2024-12-19 18673/week @ 2024-12-26 37823/week @ 2025-01-02 125822/week @ 2025-01-09 68555/week @ 2025-01-16 70543/week @ 2025-01-23 68200/week @ 2025-01-30 55097/week @ 2025-02-06 43550/week @ 2025-02-13 50584/week @ 2025-02-20 49252/week @ 2025-02-27 48252/week @ 2025-03-06

200,070 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