this post was submitted on 06 Nov 2023
35 points (97.3% liked)

Rust

5749 readers
172 users here now

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

Wormhole

[email protected]

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
[–] [email protected] 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.

[–] [email protected] 0 points 10 months ago (1 children)
[–] [email protected] 1 points 10 months ago

Oops, fixed.