Guy Streeter
-
My adventures of writing GTK programs in Rust took a turn this this time.
https://gitlab.com/guystreeter/rgdbus-server
is a server and client example of using glib's D-Bus interface in Rust. I discovered a few things that haven't been implemented, but was generally successful.
#glib #Rustlang #programming -
I'm back from vacation with another GTK in Rust example program. This one displays image files and lets you rename them.
https://gitlab.com/guystreeter/rimagerename
#GTK #GTK4 #Rust #rustlang #programming #examples