dbgf 0.1.2

dbg with a format string
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 107.27 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • sarah-quinones/dbgf
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sarah-quinones

Like dbg!, but takes a format string.

Example

use dbgf::dbgf;

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