30 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.0.2 | Mar 24, 2023 |
#2039 in Encoding
601,372 downloads per month
Used in 9 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