8 stable releases

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

#2506 in Encoding

Download history 45703/week @ 2025-02-16 49940/week @ 2025-02-23 48182/week @ 2025-03-02 50588/week @ 2025-03-09 53786/week @ 2025-03-16 55238/week @ 2025-03-23 57122/week @ 2025-03-30 64283/week @ 2025-04-06 54333/week @ 2025-04-13 48224/week @ 2025-04-20 48846/week @ 2025-04-27 50364/week @ 2025-05-04 51266/week @ 2025-05-11 54106/week @ 2025-05-18 44495/week @ 2025-05-25 54295/week @ 2025-06-01

207,689 downloads per month
Used in 11 crates (2 directly)

Apache-2.0 OR MIT

360KB
10K SLoC

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.


sval_nested

Rust Latest version Documentation Latest

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

Dependencies