snaggen@programming.dev to Rust@programming.dev • 1 year agoCursed Rust: Printing Things The Wrong Wayexternal-linkmessage-square1 fedilinkarrow-up120
arrow-up120external-linkCursed Rust: Printing Things The Wrong Waysnaggen@programming.dev to Rust@programming.dev • 1 year agomessage-square1 Commentsfedilink
minus-squareEufalconimorph@discuss.tchncs.dehexbear1·edit-21 year agoInline assembly (asm!) and freeform assembly (global_asm!) stabilized in Rust 1.59. Those would allow even lower-level printing mechanisms. For really "cursed" code I'd say making a weird machine would count. linkfedilink
Inline assembly (
asm!
) and freeform assembly (global_asm!
) stabilized in Rust 1.59. Those would allow even lower-level printing mechanisms.For really "cursed" code I'd say making a weird machine would count.