ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1.1K
active users

#rustlang

113 posts88 participants1 post today

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. accesskit.dev

AccessKitAccessKitAccessibility infrastructure for UI toolkits

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.

the latest zlib-rs no longer exports the C symbols by default.

github.com/trifectatechfoundat

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.

closes #321
GitHubadd `export-symbols` feature flag by folkertdev · Pull Request #322 · trifectatechfoundation/zlib-rsBy folkertdev

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: github.com/GuillaumeGomez/sysi

🎆 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.

github.com/djeedai/bevy_hanabi

📦crates.io/crates/bevy_hanabi/0
🦀github.com/djeedai/bevy_hanabi