
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
The aim of the Handy library is to help with developing UI for mobile devices using GTK/GNOME.
libhandy is licensed under the LGPL-2.1+.
To build libhandy you need to first install the build-deps defined by the debian/control file.
If you are running a Debian based distribution, you can easily install all those the dependencies making use of the following command
sudo apt-get build-dep .
We use the Meson (and thereby Ninja) build system for libhandy. The quickest way to get going is to do the following:
meson . _build
ninja -C _build
ninja -C _build install
For build options see meson_options.txt. E.g. to enable documentation:
meson . _build -Dgtk_doc=true
ninja -C _build libhandy-doc
There's a C example:
_build/examples/example
and one in Python. When running from the built source tree it needs several environment variables so use _build/run to set them:
_build/run examples/example.py
To be able to use Handy's widgets in the glade interface designer without installing the library use:
_build/run glade
The documentation can be found online here. Further examples on how to use the widgets in your favorite programming language can be found here:
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.