19 stable releases
new 2.9.1 | Sep 29, 2023 |
---|---|
2.9.0 | Sep 28, 2023 |
2.6.1 | Jun 27, 2023 |
2.5.0 | May 29, 2023 |
2.0.2 | Mar 24, 2023 |
#1555 in Encoding
210,411 downloads per month
Used in 3 crates
(2 directly)
135KB
3.5K
SLoC
sval_dynamic
Object-safe versions of sval::Stream
and sval::Value
.
lib.rs
:
Object-safe wrappers for sval::Stream
and sval::Value
.
This crate makes it possible to erase a concrete sval::Value
or sval::Stream
as a dyn Value
or dyn Stream
. It doesn't require any allocator,
so it's possible to use in no-std environments.