Rust based package manager for macOS. Contribute to alexykn/sps development by creating an account on GitHub.
Free-standing function call syntax considered kind of suboptimal.
Profile-guided optimization (PGO) shows great promise in improving the speed of software, last year tests where made on applying it on Rust itself improving build time by ~15%. Would it be feasible...
Victor Ciura is a veteran C developer who worked on Visual C and the Clang Power Tools. In this first episode of season 4, we talk to him about large-scale Rust adoption at Microsoft.
I'm going to try to assemble an MRE but it's going to take me a little time because I'm working inside of a proprietary monorepo. Let me describe what I'm seeing: When building the ...
Reflections on using Rust professionally for two years.
We'll explore how we can leverage all cores on a machine with rustc using many crates to speed up compilation.
Threads, TLS, a C stdlib race, and Rust: how EdgeDB hit a hidden landmine.
I did this in 2020 and then again in 2021, but I’m in the mood to look around again. Let’s look through Are We GUI Yet? and see what’s up these days.
Rust crab hanging out on the beach. Go gopher doing hard labor.
Major Features Hashmaps Removed from APIs Both PipelineCompilationOptions::constants and ShaderSource::Glsl::defines now take slices of key-value pairs instead of hashmaps. This is to prepare for n...
Rust reflection, serialization, deserialization, pretty printing, etc. — the last proc macro you should need - facet-rs/facet
A quick http server written in rust with 0 dependencies - Az107/HTeaPot
https://store.steampowered.com/app/3133060/Gnomes/
A Rust crate for containing memory leaks and fragmentation - brannondorsey/mem-isolate
A fast, memory-safe web server written in Rust. Contribute to ferronweb/ferron development by creating an account on GitHub.
archived 5 Apr 2025 14:43:46 UTC
When people say Rust is a “safe language”, they often mean memory safety. And while memory safety is a great start, it’s far from all it takes to build robust applications. Memory safety is necessary...