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

#1843 in Encoding

Download history 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 220261/week @ 2025-01-31 208970/week @ 2025-02-07 199984/week @ 2025-02-14 247287/week @ 2025-02-21 242052/week @ 2025-02-28 242365/week @ 2025-03-07 183464/week @ 2025-03-14

955,020 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

~74KB