#rustlang نتائج البحث
Introducing Adabraka UI — a Rust-powered desktop UI library built for speed, control, and beauty. Inspired by @shadcn and built on gpui by @zeddotdev Here’s it in action: a music player and task manager built entirely with Adabraka UI. #RustLang #DesktopDev #OpenSource
Ratatui running on the T-Dongle ESP32-S3! 🐀 I'm planning to make a Ubikey-like hardware auth device. #rustlang #ratatui #tui #embedded #esp32
Introducing ratatui-garnish! 🥕 🧩 A flexible & type-safe composition system for @ratatui_rs widgets. 💯 Add borders, titles, shadows, padding and styles dynamically. 📖 Read the article: franklaranja.github.io/articles/garni… ⭐ GitHub: github.com/franklaranja/r… #rustlang #ratatui #tui
🚨 #Rust Job 🦀 Proton is #hiring #RustLang Engineers to build open-source, privacy-first applications that empower millions to reclaim their digital freedom. Location: Barcelona, Geneva, Paris, London Link to full job details in the comments 👇
This Week in Rust #626 this-week-in-rust.org/blog/2025/11/1… #rustlang
Today is an very special day for us. After a lot of hard work and failed attempts, we got our 1st paying customer 🥳 This is EVERYTHING to us and we're buzzing to see the hard work and evolving with 100+ devs feedback, pay off! #buildinpublic #rustlang #learnrust #devtools
🚀 Launching Supermetal — data replication that just works. Sync databases to warehouses in real-time or batch — no Kafka, no JVM, no Debezium. Built in Rust & Apache Arrow. Try it → trial.supermetal.io Launch post → supermetal.io/blog/launch #dataengineering #rustlang
huge bullish signal that rise is built on rust and reth sdk. pevm (parallel evm) is the only way we catch up to solana speeds. writing execution logic in go just doesn't cut it for micro-second optimizations anymore. 55 gigagas/s on raw execution is wild. #RustLang @risechain
A cheat sheet of Cargo plugins to improve your day as a #rustlang developer. More detailed notes and a PDF version is available through the link in the QR code.
💥 $Grin MimbleWimble blockchain now has a newly appointed lead developer for its maintenance ! The Grin community shows its support and welcomes this development after a prolonged period of progress! #privacy #rustlang forum.grin.mw/t/grin-project…
✨ major shading/style rework 💫 (kinda merging all past style tests into one) 🐿️ rework of a few track barriers (the glassy ones) #rustlang #bevyengine #gamedev
Day 2 of #EchoKit30Days! 🚀 Yesterday we got online. Today, we cut the cord. ✂️ Running EchoKit locally with @Docker means: 🔒Privacy ⚡️Low Latency 🛠️Total Control over your stack One command is all it takes. Let's build. #RustLang #Docker #OpenSource #AI #EdgeAI
The wait is over - let's introduce the first speaker of Rustikon 2026! Welcome @orhundev as the first #rustikon speaker! 🎟️ Grab your ticket here: rustikon.dev/tickets A huge thank you to everyone who submitted C4P! #rustikon #rustlang
Day 2 of #EchoKit30Days! 🚀 Yesterday we got online. Today, we cut the cord. ✂️ Running EchoKit locally with @Docker means: 🔒Privacy ⚡️Low Latency 🛠️Total Control over your stack One command is all it takes. Let's build. #RustLang #Docker #OpenSource #AI #EdgeAI
You can just do things (implement missing postfix methods for all T) I also need to add .dbg, etc. #rustlang
⚡ rapid-rs: 48-hour update Zero-config web framework for Rust. Built it over the weekend. 📦 47+ downloads 🔄 4 versions shipped 🏗️ Real projects being built Quick thread on what it does 🧵👇 #rustlang
Switching to Rust's own mangling scheme on nightly devtalk.com/t/223412 #RustLang # #devtalk
🚀 Switching to Rust's own mangling scheme on nightly <strong>TL;DR:</strong> rustc will use its own "v0" mangling scheme by default on nightly #rust #rustlang
Built "Unwrap Police" after yesterday's Cloudflare outage - a VSCode extension that highlights every .unwrap() in red. Consider it a satirical monument to production panics. Download ⬇️ #rustlang
Mara's made #rustlang faster: hachyderm.io/@Mara/11554262…
Were BLS tools rewritten in Rust? @ThePrimeagen #rustlang
September nonfarm payrolls 119K, Exp. 51K August revised to -4K, from +22K Unemployment rate 4.4%, Exp. 4.3%
Primeagen: "just use rust bro" Me, still writing C in 2025 because it doesn't phone home to borrow_features.io at 3am: #RustLang #C
🚨🚨 MEMORY SAFE C vs RUST???? - TheStandup 🚨🚨 🚨🚨 MEMORY SAFE C vs RUST???? - TheStandup 🚨🚨 🚨🚨 MEMORY SAFE C vs RUST???? - TheStandup 🚨🚨 🚨🚨 MEMORY SAFE C vs RUST???? - TheStandup 🚨🚨 🚨🚨 MEMORY SAFE C vs RUST???? - TheStandup 🚨🚨
If only #rustlang had try-catch to catch null pointer exceptions, like all normal programming languages
I got tired of grep and jq choking on massive log files, so I built a structured log viewer in Rust. 🦀 It parses JSON/Logfmt automatically and filters at read-speed. Today, I'm open sourcing the core engine. Check the code: github.com/Caelrith/logle… #rustlang #devops #cli
Gotta get organized... in the terminal 🔥 📋 kanban — A TUI for managing boards, columns & rich cards. ⚡ Supports vim-style navigation, search, sprints, story points & more! 🦀 Written in Rust & built with @ratatui_rs ⭐ GitHub: github.com/fulsomenko/kan… #rustlang #ratatui…
✨ major shading/style rework 💫 (kinda merging all past style tests into one) 🐿️ rework of a few track barriers (the glassy ones) #rustlang #bevyengine #gamedev
Last 4 days of Scalar Call 4 Papers! 🦀 👉 sessionize.com/rustikon-2026/ If you want to join the conference lineup, submit your talk by the end of November 24th 2025 (CET)! #callforpapers #rustconf #rustlang #rustikon
huge bullish signal that rise is built on rust and reth sdk. pevm (parallel evm) is the only way we catch up to solana speeds. writing execution logic in go just doesn't cut it for micro-second optimizations anymore. 55 gigagas/s on raw execution is wild. #RustLang @risechain
Rust has no built-in equivalent to C++’s static_assert, but you can implement compile-time checks with a simple const_assert! macro. It enables enforcing conditions during compilation without external dependencies, and it’s easy to integrate: kdab.com/static-asserti… #RustLang
Solana tip of the day 👇 The moment you understand how accounts store state, the chain suddenly stops feeling like black magic 🧠⚡ #SolanaDev #Web3 #RustLang #BuildInPublic
Rust today: “cannot borrow, cannot move, cannot live.” Me: “bro I’m literally just trying to build a program 😭💀” Anyone else fighting the compiler this week? 👇 #RustLang #Solana #codingmemes #100xDevs
Just spent a day with Diesel (Rust’s ORM) after years of TypeORM/Prisma/Drizzle in TypeScript…My brain is broken in the best way possible. Let me explain why Diesel might be the most “Rust-ace” database tool I’ve ever used #rustlang #dieselrs #backend
Day 7 of learning Solana + Rust ⚡ Some days are fast, some days are slow — but showing up daily is starting to feel like a superpower. Still learning. Still building. #Solana #RustLang #BuildInPublic #100xDevs #Super30
Today is an very special day for us. After a lot of hard work and failed attempts, we got our 1st paying customer 🥳 This is EVERYTHING to us and we're buzzing to see the hard work and evolving with 100+ devs feedback, pay off! #buildinpublic #rustlang #learnrust #devtools
I'm Looking for a Summer '25 remote Internship in WebAssembly, Rust, or OSS Infra! I’m a maintainer at @wasmcloud and passionate about building performant systems & cloud native developer tooling. If you're hiring or know someone who is - my DMs are open! 🙌 #rustlang #WASM
Ratatui running on the T-Dongle ESP32-S3! 🐀 I'm planning to make a Ubikey-like hardware auth device. #rustlang #ratatui #tui #embedded #esp32
🚨 #Rust Job 🦀 Proton is #hiring #RustLang Engineers to build open-source, privacy-first applications that empower millions to reclaim their digital freedom. Location: Barcelona, Geneva, Paris, London Link to full job details in the comments 👇
We don't like cats around but... we do like the catppuccin theme! 🎨 Here is how you can use it with Ratatui ⬇️ ⭐ GitHub: github.com/catppuccin/rust #rustlang #ratatui #tui #terminal #theme #catppuccin #opensource
This Week's Rust Challenge 🦀 Flatten Nested Lists Write a function flatten that flattens arbitrarily nested lists of integers into a single Vec<i64>. The nested type is defined as: #rust #rustlang #programming
The rat needs your help! 🐁 If you know web dev and want to help us design a new landing page, we'd love your contribution! 💰 Reward: 100,000 cheese sticks 🧀 See: github.com/ratatui/ratatu… #rustlang #ratatui #webdev
Something went wrong.
Something went wrong.
United States Trends
- 1. Cheney 52.9K posts
- 2. #ExpediaChat N/A
- 3. First Take 43.7K posts
- 4. Sedition 102K posts
- 5. Cam Newton 2,840 posts
- 6. Nano Banana Pro 17.4K posts
- 7. Stephen A 38.8K posts
- 8. Treason 63.7K posts
- 9. Trump and Vance 31.5K posts
- 10. SEDITIOUS BEHAVIOR 18K posts
- 11. Bush 56.5K posts
- 12. #AcousticPianoSnowGlobe 2,081 posts
- 13. Constitution 90K posts
- 14. #LoveDesignFinalEP 389K posts
- 15. FINAL DRAFT FINAL LOVE 430K posts
- 16. Eddie Hennessy N/A
- 17. Go Bills 6,629 posts
- 18. #XboxPartnerPreview 2,674 posts
- 19. Commander in Chief 39.4K posts
- 20. Godzilla 21.4K posts