Rust Foundation Board welcomes three new Project Directors to the Rust Foundation Board: Niko Matsakis, David Wood, & Jack Huey! π
#rust #rustlang #programming
rustfoundation.org/media/introd...
@rustaceans.bsky.social
Bi-Weekly Digest for Rustaceans https://weeklyrust.substack.com/
Rust Foundation Board welcomes three new Project Directors to the Rust Foundation Board: Niko Matsakis, David Wood, & Jack Huey! π
#rust #rustlang #programming
rustfoundation.org/media/introd...
Subscribe to Rust Bytes newsletter to get such challenges in your inbox π¨
open.substack.com/pub/weeklyru...
Big thanks to Nicolas Di Caterina, Nicolas Roman Posner, Alonely0, Pantamis, Amaso, Wilson Miller, and Lesley Lai.
16.10.2025 06:06 β π 0 π 0 π¬ 1 π 0This Week's Rust Challenge π¦
Given a vector of integers, return the index i such that the sum of all elements to the left of i equals the sum of all elements to the right of i. If multiple such indices exist, return the middlemost one (closest to the center). If none exist, return -1.
#rust
The Rust Foundation is hiring a Rust Infrastructure Engineer β remote, full-time, Europe-based πͺπΊ
π° ~β¬85K (negotiable)
π§° Work on the core infra that powers Rust itself
β° Apply by Oct 26, 2025
Know a Rustacean? Tag 'em!
#rust #programming #rustang
app.beapplied.com/apply/wus8sn...
Get Rust stories like this straight to your inbox by subscribing to our newsletter π¦
open.substack.com/pub/weeklyru...
Patina is a Rust implementation of UEFI firmware.
The goal of this project is to replace core UEFI firmware components in Pure Rust as opposed to Rust wrappers around core implementation still written in C.
#rust #rustlang #programming
github.com/OpenDevicePa...
Credits: www.reddit.com/r/rustjerk/c...
15.10.2025 06:10 β π 0 π 0 π¬ 0 π 0It will destroy GNU/Linux
#rust #rustlang #programming
This project was featured in the 88th issue of the Rust Bytes Newsletterβcheck it out below π
open.substack.com/pub/weeklyru...
Also to be noted is that Typst has friendly errors, and when things go wrong, it tells you why, in plain English. Revolutionary, right?
Typst is open-source on GitHub at github.com/typst/typst.
- Built-in everything - Math, bibliographies, scripting, itβs all included out of the box. No endless \usepackage scavenger hunts.
14.10.2025 06:42 β π 0 π 0 π¬ 1 π 0- Simple markup, powerful logic - You can go from headings to recursive Fibonacci tables without leaving your .typ file.
14.10.2025 06:42 β π 0 π 0 π¬ 1 π 0Hereβs why developers love Typst:
- Blazing-fast compilation - Incremental builds mean your document updates in real time. No more coffee breaks between edits.
LaTeX veterans know the drill, miss one curly brace, and suddenly your bibliography vanishes into the void.
Typst fixes that with a modern syntax, human-readable markup, and instant feedback, so you can focus on content, not debugging.
This Week's Project Spotlight π‘
Typst
If youβve ever wrestled with LaTeX and thought, βThere has to be an easier wayβ, Typst is that way.
The problem Typst is tackling is simple but painful: writing beautiful, structured documents shouldnβt feel like deciphering cryptic compiler errors.
Me using unsafe to bypass the borrow checker π¦
#rust #programming #rustlang
credits:
www.reddit.com/r/rustjerk/c...
Read our latest issue 88 π¦
#rust #rustlang #programming
open.substack.com/pub/weeklyru...
This listicle is part of our weekly newsletter π
open.substack.com/pub/weeklyru...
10. Preventing Invalid Database Access At Compile Time demonstrates how to use Rustβs type system to prevent invalid database writes by distinguishing read-only and writable connections, catching misuse at compile time instead of runtime.
www.svix.com/blog/prevent...
9. Worakarn Isaratham from Agoda Engineering wrote why Agodaβs Feature Store runs faster and safer now that theyβve bet big on Rust.
medium.com/agoda-engine...
8. Alosoβs Effects in Rust (and Koka) compares Rustβs ownership and type system with Kokaβs expressive effect system, and debates ongoing Rust efforts such as keyword generics to support async, const, and fallible behavior more seamlessly.
aloso.foo/blog/2025-10...
7. Viacheslav Biriukov wrote Async Rust with Tokio I/O streams, demonstrating how blocking writes affect reads, how TCP backpressure emerges, and practical patterns to handle cancellation gracefully in complex async loops.
biriukov.dev/docs/async-r...
6. Jon Gjengset (author of Rust for Rustaceans) interviewed with JetBrains and talked about Rust, 400K salaries, AI, defense, and the ecosystem. [video]
www.youtube.com/watch?v=nOSx...
5. PaweΕ Urbanek shows how to catch your Rust app slacking off with automatic performance profiling. No more manual detective work.
pawelurbanek.com/rust-optimiz...
4. Vaktibabat wrote βFun With HyperLogLog and SIMDβ, a deep dive into low-memory cardinality estimation, boosted with SIMD and multithreading. It benchmarks across datasets and even outperforms several Python, Go, and Rust libraries.
vaktibabat.github.io/posts/hyperl...
3. Kilari Teja open-sourced ut, a fast, lightweight CLI toolkit bundling essential developer and IT utilities into one binary -because who needs fifty separate tools?
github.com/ksdme/ut
2. Databentoβs Rustaceans explained why their feed handler didnβt get the Rust rewrite treatment - yes, sometimes βrewrite it in Rustβ isnβt the answer.
databento.com/blog/why-we-...
1. Niko Matsakis wrote about ongoing efforts to improve Rustβs ergonomic reference counting, proposing a new Handle trait to clarify shared ownership and βentanglementβ in cloned values.
smallcultfollowing.com/babysteps/bl...
Awesome links of last week π¦
Check thread below π
#rust #rustlang #programming