30 stable releases

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

#2005 in Encoding

Download history 216865/week @ 2024-10-18 236892/week @ 2024-10-25 207574/week @ 2024-11-01 221929/week @ 2024-11-08 197588/week @ 2024-11-15 154258/week @ 2024-11-22 117914/week @ 2024-11-29 208328/week @ 2024-12-06 197002/week @ 2024-12-13 62267/week @ 2024-12-20 71385/week @ 2024-12-27 187395/week @ 2025-01-03 309277/week @ 2025-01-10 202674/week @ 2025-01-17 217485/week @ 2025-01-24 179051/week @ 2025-01-31

943,602 downloads per month
Used in 9 crates (3 directly)

Apache-2.0 OR MIT

155KB
4K SLoC

sval_fmt

Rust Latest version Documentation Latest

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