Rust Bytes's Avatar

Rust Bytes

@rustaceans

Bi-Weekly Digest for Rustaceans https://weeklyrust.substack.com/

263
Followers
20
Following
1,033
Posts
21.03.2025
Joined
Posts Following

Latest posts by Rust Bytes @rustaceans

Preview
2025 State of Rust Survey Results | Rust Blog Empowering everyone to build reliable and efficient software.

Good read for the weekend πŸ¦€

#rust #rustlang #programming

blog.rust-lang.org/2026/03/02/2...

08.03.2026 07:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Unsafe Rust is the dark side: Powerful, seductive, and one wrong move? Boom, UB city!

07.03.2026 14:40 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - mrconter1/rustc-php: A Rust compiler with ownership checking, written in PHP A Rust compiler with ownership checking, written in PHP - mrconter1/rustc-php

rustc-php: A Rust compiler written in PHP

A Rust compiler written in PHP that emits x86-64 Linux ELF binaries directly (no LLVM, no assembler, no linker).

#rust #rustlang #programming

github.com/mrconter1/ru...

07.03.2026 09:30 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

link: medium.com/airtable-eng...

07.03.2026 07:52 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

@airtable is rewriting their database in Rust πŸ¦€

#rust #rustlang #programming

07.03.2026 07:52 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Rust usage according to Rust survey Results πŸ¦€

#rust #rustlang #programming

07.03.2026 07:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

What are you working on this weekend?

07.03.2026 07:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

-

06.03.2026 08:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

blog.rust-lang.org/2026/03/05/R...

06.03.2026 08:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

- Stabilized APIs: [T]::array_windows & element_offset; LazyCell/LazyLock methods; TryFrom<char> for usize; Peekable::next_if_map; x86 AVX512FP16 & AArch64 NEON FP16 intrinsics (excl. f16 deps); New consts like EULER_GAMMA & GOLDEN_RATIO for f32/f64. Plus const-stable mul_add.

06.03.2026 08:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

- Cargo parses TOML 1.1: Multi-line inline tables, trailing commas, new escapes like \xHH, optional seconds in times. Raises dev MSRV but publishes compatibly. E.g., deps can span lines now.

06.03.2026 08:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

- Cargo now supports include in config files (.cargo/config.toml) for better organization & sharing. Paths can be arrays or inline tables, with optional flags for flexibility.

06.03.2026 08:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Announcing Rust 1.94.0 is out! πŸ¦€

- New: array_windows for slices – iterates with fixed-length arrays like &[T; N]. Great for patterns, e.g., detecting ABBA in strings without manual indexing. Infer length from usage!

#rust #rustlang #programming 🧡

06.03.2026 08:58 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Post image

Rust is Just a Tool

#rust #rustlang #programming

05.03.2026 12:10 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - googleworkspace/cli: Google Workspace CLI β€” one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills. Google Workspace CLI β€” one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills. - googlework...

Google finally launched an official Rust CLI (gmail, drive, sheets, gmail, calendar, admin, keep, meet 10+ more).

#rust #rustlang #programming

github.com/googleworksp...

05.03.2026 07:23 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

link: blog.yoshuawuyts.com/a-grand-visi...

05.03.2026 06:08 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

a grand vision for rust πŸ¦€

#rust #rustlang #programming

05.03.2026 06:08 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Link: itch.io/jam/bevy-jam...

04.03.2026 11:51 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Bevy Jam #7 Results are out! With 66 incredible games submitted by the cohort.

Check out the amazing creations built and shared by the Rust Bevy community.
Congrats to all the winners!

#rust #rustlang #Bevy

04.03.2026 11:51 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

This crate was shares in our weekly newsletter below πŸ‘‡
open.substack.com/pub/weeklyru...

04.03.2026 11:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Godot CEF is open-source on GitHub at github.com/dsh0416/godo...

04.03.2026 11:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

- Typed IPC with no JSON overhead. Swap data between JS and GDScript using primitives and buffers minus the serialization drama.

- Auto-fallback to software mode. When hardware acts up, it switches seamlessly, keeping your app alive instead of crashing.

04.03.2026 11:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

What makes it awesome? Here’s the shortlist:

- GPU-accelerated off-screen rendering. Crank up the frames with native APIs, so your web textures render in 3D.

04.03.2026 11:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Render web content directly inside your Godot games and applications with full support for modern web standards, JavaScript, HTML5, and CSS3.

04.03.2026 11:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

This Weeks Project Spotlight πŸ¦€

Godot CEF

Godot CEF is a high-performance Chromium Embedded Framework (CEF) integration for Godot Engine 4.5+, written in Rust.

#rust 🧡

04.03.2026 11:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Rust isn’t hard.

You’re just used to languages that let you get away with things.

04.03.2026 06:39 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

What's your go-to crate for async programming in Rust?

#rust #rustlang #programming

03.03.2026 23:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

link: turbopuffer.com/blog/zero-cost

03.03.2026 22:50 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image


Rust zero-cost abstractions vs. SIMD πŸ¦€

#rust #rustlang #programming

03.03.2026 22:50 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

This listicle is part of our weekly newsletter below

open.substack.com/pub/weeklyru...

03.03.2026 11:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0