18 stable releases
new 2.9.0 | Sep 28, 2023 |
---|---|
2.8.0 | Sep 21, 2023 |
2.6.1 | Jun 27, 2023 |
2.5.0 | May 29, 2023 |
2.0.2 | Mar 24, 2023 |
#101 in #serialization
200,975 downloads per month
Used in 6 crates
(3 directly)
135KB
3.5K
SLoC
sval_fmt
Format implementations of sval::Value
using the std::fmt
infrastructure.
lib.rs
:
Treat any sval::Value
as a core::fmt::Debug
.
This crate provides ToFmt
, a wrapper around any sval::Value
that formats it using the same output that you'd get if you
derived core::fmt::Debug
.
Dependencies
~77KB