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 |
#2192 in Encoding
885,680 downloads per month
Used in 8 crates
(3 directly)
155KB
4K
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
~75KB