#rustlang resultados da pesquisa

🚨 #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 👇

rustjobs_dev's tweet image. 🚨 #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 👇

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


My surge protector called .unwrap() today. And that is a good thing! @rustlang #rustlang

sojan_james's tweet image. My surge protector called .unwrap() today. And that is a good thing!  @rustlang  #rustlang

Our first Rust Embedded Code Dojo is underway 🥳🎛️🦀 #rustlang #rustlondon

RustLondon_'s tweet image. Our first Rust Embedded Code Dojo is underway 🥳🎛️🦀

#rustlang #rustlondon
RustLondon_'s tweet image. Our first Rust Embedded Code Dojo is underway 🥳🎛️🦀

#rustlang #rustlondon

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


🚀 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


💥 $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…


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.

timClicks's tweet image. 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.

Ratatui running on the T-Dongle ESP32-S3! 🐀 I'm planning to make a Ubikey-like hardware auth device. #rustlang #ratatui #tui #embedded #esp32

orhundev's tweet image. Ratatui running on the T-Dongle ESP32-S3! 🐀

I'm planning to make a Ubikey-like hardware auth device.

#rustlang #ratatui #tui #embedded #esp32

Really like that the Rust CSV docs do not use unwrap in their examples, but `Result<Box<dyn>>` and `?` puts the dev on the right track from the start. #rustlang

jeremychone's tweet image. Really like that the Rust CSV docs do not use unwrap in their examples,

but `Result&amp;lt;Box&amp;lt;dyn&amp;gt;&amp;gt;` and `?`

puts the dev on the right track from the start. 

#rustlang

Finally we can show delicious pie charts in the terminal with Rust! 🥧🦀 📊 tui-piechart — A customizable pie chart widget for @ratatui_rs 💯 Supports labels, legends, colors & high resolution braille mode for smooth curves. ⭐ GitHub: github.com/sorinirimies/t… #rustlang


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

rustikonconf's tweet image. The wait is over - let&apos;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

PROJECT SPOTLIGHT 💡 Tonic Tonic is a Rust implementation of gRPC, a high performance, open source, general RPC framework that puts mobile and HTTP/2 first. #rust #rustlang #programming

rustaceans_rs's tweet image. PROJECT SPOTLIGHT 💡

Tonic 

Tonic is a Rust implementation of gRPC, a high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

#rust #rustlang #programming

Today I discovered a TUI to find hidden paths 👻 📂 YADB — Yet another directory buster. 💯 Supports multithreaded & recursive scanning, custom wordlists. 🦀 Written in Rust & built with @ratatui_rs ⭐ GitHub: github.com/izya4ka/yadb #rustlang #ratatui #tui #directory


🐇 added higher 'cobble' path tiles 🦜 simple walkway composition #rustlang #bevyengine #gamedev


🚀 Part 6 of my Rust CLI Todo App mini series is live! We’re making tasks persistent using SQLite. No more losing your tasks! 😎 Watch here: youtube.com/watch?v=C92_vr… #Rust #RustLang #CLIApp #SQLite #TodoApp #RustProjects #Programming

saadsaleem187's tweet card. Rust CLI To-Do App – Part 6 | Make Tasks Persistent with SQLite...

youtube.com

YouTube

Rust CLI To-Do App – Part 6 | Make Tasks Persistent with SQLite...


Grin mimblewimble privacy blockchain NEWS & Developments. #privacy #rustlang #decentralization #PrivacyCoins open.substack.com/pub/grinpost/p…

mw_grin's tweet image. Grin mimblewimble privacy blockchain NEWS &amp;amp; Developments.
#privacy #rustlang #decentralization #PrivacyCoins 

open.substack.com/pub/grinpost/p…

Rust: Project goals update — September 2025 devtalk.com/t/223310 #RustLang # #devtalk


Quick Rust/Solana question 👇 Why does this feel illegal but still works? 😭💀 let (_pda, _bump) = Pubkey::find_program_address( &[b"state", user.key().as_ref()], program_id, ); What’s the “right” way you handle PDA seeds in your projects? #RustLang #Solana #Web3


NVIDIA just released their new streaming model "parakeet_realtime_eou". I exported it to ONNX and added it to parakeet-rs! It runs incredibly fast, even on CPU. I also exported and implemented their diarization model also. github.com/altunenes/para… #rustlang #asr


🚗 new asphalt style 🌄 re-added a simple skybox (just a gradient) #rustlang #bevyengine #gamedev


The culprit was single .unwrap() call. The system correctly detected the file size error, but because of .unwrap(), it forced a crash instead of rejecting the file. Lesson: Treat internal configs with the same validation rigor as external user input. #rustlang #error #cloudflare


Welcome @EncodePanda as the #rustikon speaker! 🎙️ From Micrograd to coppergrad: Building Neural Networks and Backpropagation from Scratch in Rust 🎟️ Grab your ticket here: rustikon.dev/tickets #rustlang #rustconference

rustikonconf's tweet image. Welcome @EncodePanda as the #rustikon speaker!

🎙️ From Micrograd to coppergrad: Building Neural Networks and Backpropagation from Scratch in Rust

🎟️ Grab your ticket here: rustikon.dev/tickets

#rustlang #rustconference

Rust today: “cannot borrow, cannot move, cannot exist.” Me: bro I’m just trying to build a dApp 😭💀 Anyone else fighting the borrow checker this week? #RustLang #Solana #codingmemes #100xDevs


💥 $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…


Kein Cyberangriff: Ein interner Datenbank-Fehler und ein unwrap() an der falschen Stelle haben gestern die Cloudflare-Infrastruktur in die Knie gezwungen. Die technische Analyse zur "Rust Panic". bfcom.eu/s/it/259117-wi… #Cloudflare #RustLang #DevOps #PostMortem


Add Sonarqube plugin to flag unwrap to be replaced with match Don't just think happy path #rustlang

We let the Internet down today. Here’s our technical post mortem on what happened. On behalf of the entire @Cloudflare team, I’m sorry. blog.cloudflare.com/18-november-20…



I wrote a full deep dive on the linear algebra and the Rust implementation. 📝 Read the article: vinuka.dev/posts/slicer 💻 Source code : github.com/VinukaThejana/… #rustlang #3DPrinting #LinearAlgebra #Engineering #DevCommunity


Solana lesson of the day 👇 Once you understand how accounts store state and how programs ONLY touch them… the whole chain starts making sense 🧠⚡ #SolanaDev #Web3 #RustLang #BuildInPublic


🚀 Solved 2 DSA problems today using Boyer-Moore Voting Algorithm! 🧠 ✅ Found the majority element (> n/2) ✅ Found elements appearing > n/3 times Feeling more confident with O(1) space tricks in Rust. 💪 #RustLang #DSA #Coding #BoyerMoore


My surge protector called .unwrap() today. And that is a good thing! @rustlang #rustlang

sojan_james's tweet image. My surge protector called .unwrap() today. And that is a good thing!  @rustlang  #rustlang

This Week's Rust Challenge 🦀 Log Analyzer You are given a system log file named Mac_2k.log, located in the src directory. The file contains real macOS-style log entries that follow this general pattern: github.com/Rust-Bytes/log… #rust #rustlang #programming


🚀 Just launched rapid-rs - zero-config web framework for Rust! One command to get started: cargo install rapid-rs-cli rapid new myapi && cd myapi && cargo run   • Type-safe APIs   • Auto OpenAPI docs   • Hot reload   • Built on Axum crates.io/crates/rapid-rs #rustlang


Our first Rust Embedded Code Dojo is underway 🥳🎛️🦀 #rustlang #rustlondon

RustLondon_'s tweet image. Our first Rust Embedded Code Dojo is underway 🥳🎛️🦀

#rustlang #rustlondon
RustLondon_'s tweet image. Our first Rust Embedded Code Dojo is underway 🥳🎛️🦀

#rustlang #rustlondon

🚨 #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 👇

rustjobs_dev's tweet image. 🚨 #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 👇

My surge protector called .unwrap() today. And that is a good thing! @rustlang #rustlang

sojan_james's tweet image. My surge protector called .unwrap() today. And that is a good thing!  @rustlang  #rustlang

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

AdiTechSavvy's tweet image. I&apos;m Looking for a Summer &apos;25 remote Internship in WebAssembly, Rust, or OSS Infra!

I’m a maintainer at @wasmcloud and passionate about building performant systems &amp;amp; cloud native developer tooling.

If you&apos;re hiring or know someone who is - my DMs are open! 🙌
#rustlang #WASM

10,047,315 rats... Ratatui hit 10M downloads on crates.io 🎉🥳 Thanks to everyone who cooked with us 👨‍🍳 github.com/ratatui #rustlang #ratatui

ratatui_rs's tweet image. 10,047,315 rats...

Ratatui hit 10M downloads on crates.io 🎉🥳
Thanks to everyone who cooked with us 👨‍🍳

github.com/ratatui

#rustlang #ratatui

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

rustikonconf's tweet image. The wait is over - let&apos;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

Gave a talk about @ratatui_rs today at a Rust meetup in Fukuoka, Japan! 🦀🐭🇯🇵🎉 #rustlang #ratatui

orhundev's tweet image. Gave a talk about @ratatui_rs today at a Rust meetup in Fukuoka, Japan! 🦀🐭🇯🇵🎉

#rustlang #ratatui
orhundev's tweet image. Gave a talk about @ratatui_rs today at a Rust meetup in Fukuoka, Japan! 🦀🐭🇯🇵🎉

#rustlang #ratatui
orhundev's tweet image. Gave a talk about @ratatui_rs today at a Rust meetup in Fukuoka, Japan! 🦀🐭🇯🇵🎉

#rustlang #ratatui
orhundev's tweet image. Gave a talk about @ratatui_rs today at a Rust meetup in Fukuoka, Japan! 🦀🐭🇯🇵🎉

#rustlang #ratatui

New LLM chat TUI in town! 🎉🦀 ▶️ Watch the usage video: youtube.com/watch?v=UAK6dQ… 💯 Supports Vim keybindings and parallel prompting ⭐ GitHub: github.com/MoonKraken/sho… #rustlang #ratatui #tui #llm #chat

ratatui_rs's tweet image. New LLM chat TUI in town! 🎉🦀

▶️ Watch the usage video: youtube.com/watch?v=UAK6dQ…

💯 Supports Vim keybindings and parallel prompting

⭐ GitHub: github.com/MoonKraken/sho…

#rustlang #ratatui #tui #llm #chat

📚 想要离线搜全书?试试 搜书吧!Rust + Vue3 打造的本地全文检索神器 🌐 开源、轻量、可离线运行,一键部署你的个人搜索系统 👉ahhhhfs.com/77307/#开源工具 #RustLang

abskoop's tweet image. 📚 想要离线搜全书?试试 搜书吧!Rust + Vue3 打造的本地全文检索神器

🌐 开源、轻量、可离线运行,一键部署你的个人搜索系统

👉ahhhhfs.com/77307/

⚡ #开源工具 #RustLang

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

ratatui_rs's tweet image. The rat needs your help! 🐁

If you know web dev and want to help us design a new landing page, we&apos;d love your contribution!

💰 Reward: 100,000 cheese sticks

🧀 See: github.com/ratatui/ratatu…

#rustlang #ratatui #webdev

Really like that the Rust CSV docs do not use unwrap in their examples, but `Result<Box<dyn>>` and `?` puts the dev on the right track from the start. #rustlang

jeremychone's tweet image. Really like that the Rust CSV docs do not use unwrap in their examples,

but `Result&amp;lt;Box&amp;lt;dyn&amp;gt;&amp;gt;` and `?`

puts the dev on the right track from the start. 

#rustlang

Loading...

Something went wrong.


Something went wrong.


United States Trends