Skip to main content

Search

Items tagged with: rust


because I keep biting off more than I can chew. I wanted to release a small utility first to get familiar again with #GNOME / #GTK / #Flatpak development.

also something that I need myself. a week worth of hacking.

introducing Bobby: a SQLite file viewer.

github.com/hbons/Bobby

#rust


Rust in Paris 2026 conference is in two weeks!

We have an amazing lineup: rustinparis.com/schedule, would be a shame to miss it. :3

You can buy your ticket here: ti.to/xperhub/rust-in-paris-20…

See you there!

rustinparis.com/

#rust #rustinparis


Found a Rust library to send messages between threads! 🦀

🌀 **flume** — A safe and fast multi-producer, multi-consumer channel.

💯 Drop-in replacement for std::sync::mpsc with MPMC support and async APIs

⭐ GitHub: github.com/zesterer/flume

#rustlang #rust #concurrency #multithreading #systems #programming #opensource #tips #library