2026-05-11 13:26:40
TIL/PSA: The #rustlang println! and eprintln! macros will panic if writing fails; so if you start a GUI program with a Rust library in a terminal, backgrounded, and then close the terminal, if the Rust library spits an error/warning it'll panic.
