Hacker News new | ask | show | jobs
by yencabulator 125 days ago
Ever chase a segfault that happened through a callback called by the GUI framework? The promise of Rust is to eliminate that. Wrapping a C library implies unsafe Rust which can't do that. It's genuinely pleasant to develop thing with that baseline robustness.