this post was submitted on 06 Nov 2023
33 points (97.1% liked)

Rust

5771 readers
53 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] Eufalconimorph@discuss.tchncs.de 1 points 10 months ago* (last edited 10 months ago) (1 children)

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.