#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

#1327 in GUI

Download history 8/week @ 2024-07-22 9/week @ 2024-07-29 2/week @ 2024-08-05 10/week @ 2024-08-12 19/week @ 2024-08-19 96/week @ 2024-09-02 52/week @ 2024-09-09 4/week @ 2024-09-16 76/week @ 2024-09-23 39/week @ 2024-09-30 5/week @ 2024-10-07 24/week @ 2024-10-14 77/week @ 2024-10-21 26/week @ 2024-10-28 16/week @ 2024-11-04

143 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
~70K SLoC