serde_fmt

Build Status Latest version Documentation Latest

Convert any serde::Serialize into a std::fmt::Debug:

```rust fn takesserialize(v: impl Serialize) { dgb!(serdefmt::to_debug(&v));

// Do something with `v`

} ```

Supported rustc

This library requires a very recent nightly compiler.