serde_fmt
Convert any serde::Serialize into a std::fmt::Debug:
serde::Serialize
std::fmt::Debug
```rust fn takesserialize(v: impl Serialize) { dgb!(serdefmt::to_debug(&v));
// Do something with `v`
} ```
rustc
This library requires a very recent nightly compiler.