#hex #dbg #display #format

dbg_hex

display dbg result in hexadecimal {:#x?} format

3 unstable releases

0.2.0 Jan 20, 2024
0.1.1 Aug 8, 2021
0.1.0 Feb 5, 2021

#6 in #dbg

Download history 34/week @ 2025-08-18 18/week @ 2025-08-25 133/week @ 2025-09-01 58/week @ 2025-09-08 24/week @ 2025-09-15 22/week @ 2025-09-22 20/week @ 2025-09-29 6/week @ 2025-10-06 78/week @ 2025-10-13 274/week @ 2025-10-20 232/week @ 2025-10-27 415/week @ 2025-11-03 419/week @ 2025-11-10 373/week @ 2025-11-17 206/week @ 2025-11-24 403/week @ 2025-12-01

1,406 downloads per month
Used in 2 crates

MIT license

4KB

dbg_hex

github crates.io docs.rs build status

Display dbg result in hexadecimal {:#x?} format.

usage

Replace dbg!() with dbg_hex!()

example

use dbg_hex::dbg_hex;
dbg_hex!(0x16 + 0x16);

output

[src/lib.rs:38] 0x16 + 0x16 = 0x2c

No runtime deps