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
207,474 downloads per month
Used in 10 crates
(2 directly)
360KB
10K
SLoC
sval_nested
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_hint
s. 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.