Dossier
systems programming
Coverage of systems programming in the Nexus archive.
- Migrating from Go to Rust
The article provides a migration guide for developers transitioning from Go to Rust, focusing on key differences in syntax, memory management, and performance considerations. It highlights Rust's safety features and zero-cost abstractions as advantages over Go.
- Lib0xc: A set of C standard library-adjacent APIs for safer systems programming
Lib0xc is a C standard library-adjacent API set developed by Microsoft for safer systems programming. It aims to enhance safety in low-level programming by providing alternatives to traditional C library functions.