snaggen@programming.dev to Rust@programming.dev · 1 year agoCursed Rust: Printing Things The Wrong Wayendler.devexternal-linkmessage-square3fedilinkarrow-up135arrow-down10
arrow-up135arrow-down1external-linkCursed Rust: Printing Things The Wrong Wayendler.devsnaggen@programming.dev to Rust@programming.dev · 1 year agomessage-square3fedilink
minus-squareEufalconimorph@discuss.tchncs.delinkfedilinkarrow-up1·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.
minus-squareJúlio Gardona@mastodon.sociallinkfedilinkarrow-up0·1 year 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.