Closed jan-ferdinand closed 3 months ago
This allows formatting using the :x and :X modifiers, like print!("{digest:x}").
:x
:X
print!("{digest:x}")
@dan-da, would this make sense?
coverage: 97.698% (-0.007%) from 97.705% when pulling 65dc94d3ed678d44a3c55cf2bd2c017a2d5a76ed on fmt_hex into cbdaede2ef35c10da77faf584ba9560648711a87 on master.
This allows formatting using the
:x
and:X
modifiers, likeprint!("{digest:x}")
.@dan-da, would this make sense?