dbgf

Crates.iodbgf
lib.rsdbgf
version0.1.2
sourcesrc
created_at2022-12-12 20:00:09.095521
updated_at2024-02-26 19:17:41.905202
descriptiondbg with a format string
homepage
repositoryhttps://github.com/sarah-ek/dbgf/
max_upload_size
id735183
size2,255
sarah (sarah-ek)

documentation

README

Like dbg!, but takes a format string.

Example

use dbgf::dbgf;

dbgf!("5.3?", 1.0/3.0, 2.5784);
Commit count: 4

cargo fmt