#serialization #object-safe #value #sval #stream #version #no-std

no-std sval_dynamic

Object-safe versions of sval::Stream and sval::Value

29 stable releases

2.13.2 Oct 15, 2024
2.13.0 Mar 28, 2024
2.10.2 Oct 19, 2023
2.6.1 Jun 27, 2023
2.0.2 Mar 24, 2023

#2016 in Encoding

Download history 131080/week @ 2024-07-06 134708/week @ 2024-07-13 135148/week @ 2024-07-20 130595/week @ 2024-07-27 130769/week @ 2024-08-03 166498/week @ 2024-08-10 163487/week @ 2024-08-17 167468/week @ 2024-08-24 181043/week @ 2024-08-31 216572/week @ 2024-09-07 192401/week @ 2024-09-14 218743/week @ 2024-09-21 217244/week @ 2024-09-28 251620/week @ 2024-10-05 221428/week @ 2024-10-12 224389/week @ 2024-10-19

944,556 downloads per month
Used in 4 crates (2 directly)

Apache-2.0 OR MIT

150KB
3.5K SLoC

sval_dynamic

Rust Latest version Documentation Latest

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.

Dependencies