RustNationUK Profile Banner
Rust Nation UK πŸ¦€ Profile
Rust Nation UK πŸ¦€

@RustNationUK

Followers
4K
Following
2K
Media
428
Statuses
1K

Rust Nation is Europe's largest conference dedicated to the Rust programming language. Returning to London on 19th-20th February 2025, get your spot now!

London, UK
Joined June 2022
Don't wanna be here? Send us removal request.
@RustNationUK
Rust Nation UK πŸ¦€
6 days
πŸ“’ It's time! The Call for Papers for Rust Nation UK 2026 is officially OPEN!. πŸ¦€ You've built with Rust. Now, build the community. ⌨️ What have you been hacking on? .🧠 What's your "Aha!" moment? .πŸš€ What's the weird, wonderful, or powerful thing you've done with Rust that the
1
3
21
@RustNationUK
Rust Nation UK πŸ¦€
5 hours
Ready to move beyond `.unwrap()` ?. Mastering idiomatic error handling is a key step to writing production-ready Rust. It's about building resilient software that doesn't just panic. This comprehensive guide from @LogRocket is one of the best we've seen on the topic. It covers
0
0
0
@RustNationUK
Rust Nation UK πŸ¦€
3 days
πŸ‘‹ It's Community Friday! πŸ¦€ This week we're celebrating Joshua Mo (@joshmo_dev ). πŸ€– He's a core maintainer on Rig, an agentic AI framework in Rust (!!). πŸ•ΈοΈ He's also bringing it to the browser by making it usable from JavaScript with WebAssembly. ❀️ AND he coaches new
4
3
16
@RustNationUK
Rust Nation UK πŸ¦€
5 days
Ever wonder what kind of talks get on the Rust Nation UK stage? πŸ€”. With the 2026 CFP now open, here’s a taste from our archives of what our community loves to share:. βš™οΈ Systems: "Demystifying Unsafe Rust".🌐 Web: "High-Performance APIs with Tokio".πŸ€– Embedded: "Rust on Bare.
0
2
6
@RustNationUK
Rust Nation UK πŸ¦€
10 days
πŸ‘‹It's Community Friday! Today we're celebrating Alice Ryhl - @_alice_ryhl - a developer at the heart of the Rust ecosystem. βš™οΈAs a lead maintainer of @tokio_rs, her work is foundational to async Rust. πŸš€ At Google, she's also helping bring Rust's safety to the Linux kernel
0
1
9
@RustNationUK
Rust Nation UK πŸ¦€
11 days
TEN. YEARS. RUNNING. πŸ‘‘. ICYMI - The Stack Overflow 2025 results are IN, and the Rust community has done it again! ✨. For the tenth year straight, Rust is the undisputed #1 most admired programming language. πŸ¦€πŸŽ‰. That feeling of total confidence when you hit 'compile'? The
1
3
11
@RustNationUK
Rust Nation UK πŸ¦€
12 days
Kicking off our new series: The Wednesday #RustAhaMoment!πŸ’‘. 🧠We're sharing game-changing insights from past RustNation UK talks. First up, this gem from Celina Val on the classic "speed vs. safety" debate:. "I just realised that efficiency does not have to come at the cost of
Tweet media one
0
1
6
@RustNationUK
Rust Nation UK πŸ¦€
12 days
RT @rustrover: πŸš€ RustRover 2025.2 is now available! Highlights include:.πŸ”Έ Smarter AI-based coding assistance.πŸ”Έ Advanced remote and on-chip….
Tweet card summary image
jetbrains.com
Try the new Rust IDE from JetBrains with a debugger, on-the-fly analysis, and quick-fixes.
0
10
0
@RustNationUK
Rust Nation UK πŸ¦€
15 days
β˜•οΈ Monday morning hitting differently? . πŸ¦€ We've got the cure. Ditch the endless scroll and dive into our YouTube channel! We've got three full years of RustNation UK talks unlocked and ready to go. Turn your coffee breaks into a power-up. Learn something new and make this.
0
6
9
@RustNationUK
Rust Nation UK πŸ¦€
17 days
πŸ‘‹ It's Community Friday!. This week, we're highlighting someone who works tirelessly to improve the Rust developer experience: Marco Ieni. βš™οΈ As an Infrastructure Engineer for the Rust Foundation, Marco is one of the key people keeping the engine of the entire Rust project
1
3
8
@RustNationUK
Rust Nation UK πŸ¦€
19 days
πŸ¦€ From personal project to industry solution. Earlier this week, we discussed how personal projects can define your career. And last week, we put the spotlight on community builder Luca Palmieri. Here’s where those two ideas collide. 🎀 In his talk, 'Pavex: re-imagining API
1
1
8
@RustNationUK
Rust Nation UK πŸ¦€
21 days
πŸ”— Resources. 🧠 Open Source Projects. β€’ ripgrep: β€’ bat: β€’ Bevy: 🌐 Web APIs. β€’ Actix: β€’ Axum: βš™οΈ CLI Tools. β€’ cargo install guide:.
actix.rs
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
0
0
2
@RustNationUK
Rust Nation UK πŸ¦€
21 days
6/ Build a WASM app with Yew or Leptos. WebAssembly is a rising use case for Rust. Compiling to WASM and building interactive web apps shows cross-compilation and frontend chops. Perfect for gaming, edge tools, or reactive UIs.
1
0
1
@RustNationUK
Rust Nation UK πŸ¦€
21 days
5/ Write a systems-level project (Emulator, Kernel, Driver). Rust’s roots are in systems programming. Tackle memory management, lifetimes, or no_std. Projects like an NES emulator or USB driver show mastery of low-level thinking.
1
0
1
@RustNationUK
Rust Nation UK πŸ¦€
21 days
4/ Create a CLI tool that solves a real problem. Rust is perfect for fast, portable CLI tools. Think: markdown converter, log analyzer, or image optimizer. Wrap it up with cargo install and ship to proving both utility and polish.
1
0
1
@RustNationUK
Rust Nation UK πŸ¦€
21 days
3/ Build a Web API using Actix or Axum. Rust is increasingly used for high-performance backends. Creating a full REST API proves your grasp of async Rust, HTTP, and real-world architecture. Add features like rate limiting or OAuth to show depth.
1
0
1
@RustNationUK
Rust Nation UK πŸ¦€
21 days
2/ Contribute to open source projects (THE essential move). This isn’t just about codeβ€”it’s about communication, collaboration, and reading complex Rust in the wild. Tip: Look for β€œgood first issue” or β€œE-easy” tags in Rust-lang repos or tools like ripgrep, bat, or Bevy.
1
0
1
@RustNationUK
Rust Nation UK πŸ¦€
21 days
πŸ¦€ Want a Rust job or just want to prove your Rust skills?. 5 personal project types hiring managers actually value (a thread 🧡):. β€’ OSS = collaborative credibility.β€’ API = backend readiness.β€’ CLI = real-world usefulness.β€’ Systems = low-level command.β€’ WASM = cutting-edge.
1
3
9
@RustNationUK
Rust Nation UK πŸ¦€
24 days
πŸ”Ž If you’ve ever searched how to build a Rust web app, chances are you’ve come across Luca Palmieri. We even featured his β€˜100 Exercises to Learn Rust’ as one of our 5 must see tutorials. πŸ› οΈ Luca is the author of Zero to Production in Rust: one of the most widely read and
0
0
3