Crates.io | goa |
lib.rs | goa |
version | 0.0.3 |
source | src |
created_at | 2019-07-22 21:04:09.074231 |
updated_at | 2019-07-23 19:45:42.713936 |
description | The bindings for the GNOME Online Accounts library. |
homepage | https://developer.gnome.org/goa/stable/index.html |
repository | https://gitlab.gnome.org/World/Rust/libgoa-rs |
max_upload_size | |
id | 150837 |
size | 201,641 |
The Rust bindings for libgoa generated by GIR.
A simpler API is planed.
Fedora
# dnf install gnome-online-accounts-devel
Debian and derived
# apt install libgoa-1.0-dev
[dependencies]
goa = "0.0.3"
Install GIR.
git clone --recurse https://gitlab.gnome.org/World/Rust/libgoa-rs
cd libgoa-rs/goa-sys && gir # Generates the goa-sys crate
cd .. && gir # Generates the goa crate
cargo build
Either MIT or Apache 2.0, left to the user's choice.