#𝗿𝘂𝘀𝘁𝗹𝗮𝗻𝗴
🛞 finished the first version of skid-marks

#rustlang #bevyengine #gamedev
November 17, 2025 at 8:47 AM
🛞 defined where & when skid-marks should be

#rustlang #bevyengine #gamedev
November 16, 2025 at 3:47 PM
Now there are spiders (and their web burns ;)

#roguelike #indiedev #rustlang #pixelart
November 15, 2025 at 9:33 PM
“We adopted #rustlang for its security and are seeing a 1000x reduction in memory safety vulnerability density ... with Rust changes having a 4x lower rollback rate and spending 25% less time in code review, the safer path is now also the faster one.”

security.googleblog.com/2025/11/rust...
Rust in Android: move fast and fix things
Posted by Jeff Vander Stoep, Android Last year, we wrote about why a memory safety strategy that focuses on vulnerability prevention in ...
security.googleblog.com
November 13, 2025 at 7:52 PM
Worked on deki-drive a bit!
🐦 bevy: 0.16 -> 0.17
🍃 avian3d: 0.3 -> 0.4
🦜 style changes
🛞 physics changes

#rustlang #bevyengine #gamedev #screenshotsaturday
November 15, 2025 at 6:14 PM
Beau-TUI-ful! 😍

🐳 dockrtui — A modern & keyboard-driven dashboard for managing Docker

💯 Browse containers, images, networks & compose projects.

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/LuuNa-JD/doc...

#rustlang #ratatui #tui #docker #containers #devtools #terminal
November 17, 2025 at 9:59 AM
All our #Bevy crates have been updated to 0.17: bevy_ios_impact, bevy_ios_iap, bevy_ios_gamecenter, bevy_debug_log and many more... check all 16 out on our GitHub: https://github.com/orgs/rustunit/repositories #rustlang #gamedev @bevy.bsky.social
November 16, 2025 at 8:00 PM
I'm starting a new grind... 📢

🦀 Building a terminal user interface (TUI) for Rust's package manager, Cargo.

➡️ I'll be livestreaming the whole journey on my YouTube channel, so you can tune in if you want to follow along!

🍿 First stream today! -> www.youtube.com/live/lCGPWY1...

#rustlang #ratatui
November 17, 2025 at 4:28 PM
🦀 Raspberry Pi Pico 2 with Debug Probe and GDB

- Just Blinking LED with rp-hal

#embedded #rustlang
November 17, 2025 at 4:36 AM
"We adopted Rust for its security and are seeing a 1000x reduction in memory safety vulnerability density compared to Android’s C and C++ code."

"For medium and large changes, the rollback rate of Rust changes in Android is ~4x lower than C++"

go, #rustlang! 🥳
Rust in Android: move fast and fix things
Posted by Jeff Vander Stoep, Android Last year, we wrote about why a memory safety strategy that focuses on vulnerability prevention in ...
security.googleblog.com
November 13, 2025 at 9:26 PM
New TUI dropped for managing SSH connections! 🔥

🌀 TermiRs — A modern & async SSH client.

⚡ Connect, browse, transfer files, manage ports and import from ~/.ssh/config.

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/caelansar/te...

#rustlang #ratatui #tui #ssh #terminal #async
November 14, 2025 at 7:32 PM
Always love when textbook authors let their creativity (and sneaky humor) shine through in the code examples.

From O'Reilly's Programming Rust, 2nd Edition

#RustLang #Rust #RustProgramming #OReilly #Learning
November 14, 2025 at 3:19 PM
Productivity tip for people using #rustlang: The rustup command can generate shell completions for your shell:
November 16, 2025 at 10:05 PM
We have an awesome team already and I‘m trying to grow it into **the worlds best** #rust team! Be part of that!

#rust #rustlang #hiring
November 13, 2025 at 3:56 PM
🕰️ Async Basics in #rustlang

Send, Sync, Future, tokio, Pin, I'm sure you've heard a lot of intimidating terminology when it comes to async Rust, so this thread is about explaining the basics in a simple way.

We'll build a transcript generator to understand async/await, Futures

🧵👇
November 13, 2025 at 8:05 AM
Explore remote sewers w/o leaving the terminal! 🐁

🗂️ filessh — A TUI-based file explorer for SSH servers.

⚡ Browse directories, inspect files & manage connections.

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/JayanAXHF/fi...

#rustlang #ratatui #tui #ssh #terminal #file
November 13, 2025 at 9:57 AM
Have you ever wondered how Rust really works? Check out @noratrieb.dev's talk to find out how the Rust frontend, LLVM, and linker work together to make magic happen! 🦀✨

See the full talk 👉 youtu.be/G1g6Me1FHmE

#RustLang #RustConference #EuroRust
November 17, 2025 at 11:07 AM
The 2025 State of Rust survey is here! 🦀

Please take the time to fill, we need as many data points as possible to capture each diverse input that reflects our wonderful community! 😊

www.surveyhero.com/c/state-of-r...

#RustLang #Rust #OpenSource #Community
2025 State of Rust Survey
www.surveyhero.com
November 18, 2025 at 5:54 AM
"Memory Safety for Skeptics," where I argue why memory safety is worthwhile to pursue amid competing priorities!

queue.acm.org/detail.cfm?i...

#rustlang
Memory Safety for Skeptics - ACM Queue
queue.acm.org
November 10, 2025 at 6:11 PM
Microsoft Office ❌ Terminal ✅

🧮 xleak — A TUI Excel spreadsheets viewer.

💯 Supports search, formula display, lazy loading, clipboard & exporting to CSV/JSON.

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/bgreenwell/x...

#rustlang #ratatui #tui #excel #spreadsheet #cli
November 12, 2025 at 7:39 AM
CocoIndex made to #1 Github trending global in Rust - data transformation engine. Grateful to the Rust open source community and all the amazing Rustaceans for the support 💛

#rustlang #github #opensource
November 13, 2025 at 1:32 AM
Hunting for cheese inside binaries? I got you.

🪛 heretek — A GDB TUI dashboard for inspecting memory, symbols and program state.

💡 Works remotely with gdb, nc, cat, and mkfifo

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/wcampbell0x2...

#rustlang #ratatui #tui #gdb #terminal
November 16, 2025 at 9:15 AM
New #rustlang @hyper.rs v1.8.0 release out now!

Highlights:

- `rt::Timer` can override `now()`.
- Fix internals of HTTP/2 extended connect upgrades.

github.com/hyperium/hyp...
Release v1.8.0 · hyperium/hyper
Highlights Features rt: add Timer::now() method to allow overriding the instant returned (#3965) (5509ebe6) Bug Fixes http1: fix rare missed write wakeup on connections (#3952) (2377b893) http2:...
github.com
November 11, 2025 at 2:43 PM
Animate anything with Rust 🦀

🌀 KramaFrame — A simple, generic, and flexible keyframe animation library.

⚡ Manage multiple animations, apply easing functions, and map progress to any range.

🐁 Includes a terminal demo w/ @ratatui.rs

⭐ GitHub: github.com/CosmoBunny/k...

#rustlang #ratatui #tui
November 12, 2025 at 6:39 PM