snaggen to Rust · 2 years agoCursed Rust: Printing Things The Wrong Wayendler.devexternal-linkmessage-square3linkfedilinkarrow-up136arrow-down11
arrow-up135arrow-down1external-linkCursed Rust: Printing Things The Wrong Wayendler.devsnaggen to Rust · 2 years agomessage-square3linkfedilink
minus-squareEufalconimorph@discuss.tchncs.delinkfedilinkarrow-up1·edit-22 years 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.
minus-squareJúlio Gardona@mastodon.sociallinkfedilinkarrow-up0·2 years ago@Eufalconimorph url is broken
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.
@Eufalconimorph url is broken
Oops, fixed.