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

19 lines
528 B
Markdown

# libhandy-rs
This repository contains the rust bindings for libhandy.
- [Documentation](https://world.pages.gitlab.gnome.org/Rust/libhandy-rs/libhandy/)
## Using
Add this line to your Cargo file
```
[dependencies]
libhandy = { git = "https://gitlab.gnome.org/World/Rust/libhandy-rs" }
```
## Build
We use [gir](https://github.com/gtk-rs/gir) to generate rust libhandy bindings. The bindings are split in two parts, sys and api.
```shell
git clone --recurse https://gitlab.gnome.org/World/Rust/libhandy-rs.git
./regen.sh
```