top | item 45195925

(no title)

tstenner | 5 months ago

To be honest the few rust formatting options are easier to remember and more logical than the printf placeholders, e.g. ? for debugging, x for hex, X for upper case hex etc.

discuss

order

johnisgood|5 months ago

What does it have to do with Rust formatting options?

I am saying I much prefer reference implementations to be written in C, as it is pretty straightforward to understand, just like pseudocode would, but you can compile and run a C program.