libhandy-rs/README.md
2021-04-13 14:36:04 +00:00

528 B

libhandy-rs

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
./regen.sh