#gnome #gtk #handy #libhandy

sys libhandy-sys

The sys part of the rust bindings for libhandy

13 releases (breaking)

1.0.0-alpha Aug 5, 2020
0.11.1 Jan 15, 2024
0.10.0 Feb 10, 2023
0.9.0 Jan 15, 2022
0.1.0 Dec 27, 2018

#1545 in GUI

Download history 7/week @ 2024-11-13 13/week @ 2024-11-20 25/week @ 2024-11-27 37/week @ 2024-12-04 79/week @ 2024-12-11 15/week @ 2024-12-18 17/week @ 2024-12-25 134/week @ 2025-01-01 11/week @ 2025-01-08 28/week @ 2025-01-15 45/week @ 2025-01-22 126/week @ 2025-01-29 115/week @ 2025-02-05 116/week @ 2025-02-12 83/week @ 2025-02-19 62/week @ 2025-02-26

405 downloads per month
Used in 3 crates (2 directly)

LGPL-2.1-only

105KB
2K SLoC

libhandy-rs

Note: libhandy-rs is no longer actively maintained as well as other gtk3-rs crates.

This repository contains the rust bindings for libhandy.

Using

Add this line to your Cargo file

[dependencies]
libhandy = { git = "https://gitlab.gnome.org/World/Rust/libhandy-rs" }

Build

We use gir to generate rust libhandy bindings. The bindings are split in two parts, sys and api.

git clone --recurse https://gitlab.gnome.org/World/Rust/libhandy-rs.git
./generator.py

Dependencies

~3.5MB
~71K SLoC