dbgf 0.1.2

dbg with a format string
Documentation
1
2
3
4
5
6
7
8
9
Like `dbg!`, but takes a format string.

# Example

```rust
use dbgf::dbgf;

dbgf!("5.3?", 1.0/3.0, 2.5784);
```