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

#2001 in Encoding

Download history 205757/week @ 2024-09-11 205694/week @ 2024-09-18 213958/week @ 2024-09-25 232815/week @ 2024-10-02 237684/week @ 2024-10-09 223885/week @ 2024-10-16 228990/week @ 2024-10-23 210164/week @ 2024-10-30 224720/week @ 2024-11-06 208976/week @ 2024-11-13 193780/week @ 2024-11-20 105535/week @ 2024-11-27 168721/week @ 2024-12-04 212786/week @ 2024-12-11 125617/week @ 2024-12-18 50329/week @ 2024-12-25

583,461 downloads per month
Used in 8 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