@[email protected] to [email protected] • 2 years agoWarp: Rust-based terminalwww.warp.devmessage-square33fedilinkarrow-up136arrow-down120cross-posted to: [email protected][email protected]
arrow-up116arrow-down1external-linkWarp: Rust-based terminalwww.warp.dev@[email protected] to [email protected] • 2 years agomessage-square33fedilinkcross-posted to: [email protected][email protected]
minus-square@[email protected]linkfedilink5•2 years agoRust generally means more stable software. Anyone who’s developed a Rust app knows how uncompromising the borrow checker is.
minus-square@Anders429link1•2 years agoAnyone who’s used unsafe code blocks knows how easy it is to give up the safety guarantees Rust provides.
Rust generally means more stable software. Anyone who’s developed a Rust app knows how uncompromising the borrow checker is.
Anyone who’s used
unsafe
code blocks knows how easy it is to give up the safety guarantees Rust provides.