serde_fmt
Convert any serde::Serialize into a std::fmt::Debug:
Supported rustc
This library requires a Rust compiler that's at least 1.42.0.
Getting started
Add serde_fmt to your Cargo.toml:
[]
= "1.1.0"
By default, this library will depend on the standard library. To use it in no-std environments, you can disable the default crate features:
[]
= "1.1.0"
= false