Out of pure curiosity, I started looking into the state of accessibility support in #RustLang GUI frameworks. My Rust skills are not quite at the point yet where I should even be thinking about this but again, curiosity and all. I was super delighted and surprised to then find a project called AccessKit, which apparently provides some level of screenreader accessibility across Linux, macOS and Windows for various libraries. Now this, could be very interesting indeed. https://accesskit.dev
#OxiCloud is a file synchronization open-source software written in #rust! With the goal of being a replacement for the (slow) Nextcloud.
https://github.com/DioCrafts/OxiCloud
Promising
cargo-test-changed: A Cargo subcommand to run tests for changed crates and their dependents
https://github.com/felixpackard/cargo-test-changed
Discussions: https://discu.eu/q/https://github.com/felixpackard/cargo-test-changed
Hey #Rustlang and #GTK community,
I am looking for sample code which lets me build a tree structure using GtkListView and TreeExpander widgets.
GtkTreeView is deprecated and I can’t find example usage for TreeExpander widget (for Rust) anywhere.
I am building file system viewer section with top-level folders. I will include lazy loading for the child nodes on expanded signals.
An Extended Kalman Filter for UAV Attitude Estimation
- A quaternion-based Extended Kalman Filter (EKF) for quadcopter attitude estimation (i.e., its orientation in 3D space)
- From scratch in Rust
medium.com/@opinoquinta...
#rustlang
I Wrote an Extended Kalman Fil...
We’re live with the Rust Munich Meetup from our Munich office! Talks are kicking off soon, and the vibes are great at Mainmatter GmbH HQ.
Join the stream & discussion remotely too https://www.meetup.com/rust-munich/events/306097261/
Who's tuning in?
Advice needed: Creating a professional-looking desktop app for Win/Linux/Mac with minimal resource usage
https://github.com/DioCrafts/OxiCloud
Discussions: https://discu.eu/q/https://github.com/DioCrafts/OxiCloud
** Speaker announcement ** Catch this talk at RustWeek 2025!
Speaker: Ralf Jung
Title: MiniRust: A core language for specifying Rust
Info & tickets: https://rustweek.org/talks/ralf/
See you in Utrecht 13-17 May, 2025!
the latest zlib-rs no longer exports the C symbols by default.
https://github.com/trifectatechfoundation/zlib-rs/pull/322
That means it now won't conflict with other dependencies that define those symbols (e.g. curl and openssl). So if zlib-rs gave you linker errors before, the latest version (part of the latest flate2 release) should fix that.
#EuroRust25 will not be over until we celebrate!
We know it’s early, but we’re already looking forward to this. After two days of talks, workshops, and plenty of side events, join us for the #EuroRust25 after-party at the conference venue on October 10th
More info https://eurorust.eu/
** Speaker announcement ** Catch this talk at RustWeek 2025!
Speaker: Antonio Piraino
Title: Contributing to the Rust compiler with little to no code
Info & tickets: https://rustweek.org/talks/apiraino/
See you in Utrecht 13-17 May, 2025!
PROJECT SPOTLIGHT
#rust #rustlang #programming
Flowistry
Flowistry is a Rust tool that analyzes the information flow of Rust programs.
Flowistry understands whether it's possible for one piece of code to affect another. It integrates into your IDE to provide a "focus mode" which helps you focus on the code that's related to your current task.
Flowistry is open-source on GitHub at https://github.com/willcrichton/flowistry.
Water texture animations - a little wonky, but so am I
applied the texture animations for water too
the river serves as a big natural conveyor
Curious about transitioning from C++ to Rust? This video explores how the HULKs, a RoboCup team from Hamburg, made the switch successfully. Learn their motivations for using Rust, key lessons, and benefits. #Cpp #RustLang #Embedded
https://www.youtube.com/watch?v=F4H3ED3ZzuY
Rust Lib for Native OCR on macOS, Windows, Linux
https://github.com/mediar-ai/uniOCR
Discussions: https://discu.eu/q/https://github.com/mediar-ai/uniOCR
Rust-based Kalman Filter
voyage: Stateful subdomain enumeration toolkit
- Combines active and passive discovery methods
- Keeps track of progress using SQLite, so you can stop and resume scans without repeating work
- Written in Rust (Ratatui)
github.com/clickswave/v...
#rustlang #infosec
Finished my day job, so I can come back to fixing my personal projects. And this time, I have a "funny" story! :3
Just fixed a segfault in my Rust sysinfo
crate on FreeBSD. So, apparently, in some FreeBSD types, a pointer isn't actually a pointer but a kernel pointer. So to get access to the data, you need to use kvm_read
function... And it might return types that also have kernel pointers and so on.
Lost a few hours trying to understand why my non-null pointers were out of my memory to discover by reading FreeBSD source code what was going on (because if there is documentation about this, didn't find it).
Anyway, I think this whole API is awful. FreeBSD making breaking changes in structs layout between each version is also a nightmare. Of all platforms I wrote Rust bindings for, this is the worst by far.
PR is here: https://github.com/GuillaumeGomez/sysinfo/pull/1499
Bevy Hanabi v0.15.0 is out!
Following the usual release pattern, v0.15.0 is a major release with amazing new features:
New "hierarchical" effect feature allowing with GPU spawn event, to allow an effect to trigger particle spawning into another effect
A rewrite of the ribbons/trails implementation with explicit particle sorting. This replaces the confusing "group" API.
https://github.com/djeedai/bevy_hanabi/blob/v0.15.0/CHANGELOG.md
https://crates.io/crates/bevy_hanabi/0.15.0
https://github.com/djeedai/bevy_hanabi