Crate sval_fmt

source ·
Expand description

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.

Modules

  • Tags for fragments of formatted values.

Structs

Traits

Functions