goa

Crates.iogoa
lib.rsgoa
version0.0.3
sourcesrc
created_at2019-07-22 21:04:09.074231
updated_at2019-07-23 19:45:42.713936
descriptionThe bindings for the GNOME Online Accounts library.
homepagehttps://developer.gnome.org/goa/stable/index.html
repositoryhttps://gitlab.gnome.org/World/Rust/libgoa-rs
max_upload_size
id150837
size201,641
FĂ©lix (Boiethios)

documentation

https://docs.rs/goa

README

GNOME Online Accounts

Documentation

The Rust bindings for libgoa generated by GIR.

A simpler API is planed.

Usage

Install libgoa

  • Fedora

    # dnf install gnome-online-accounts-devel
    
  • Debian and derived

    # apt install libgoa-1.0-dev
    

Add the dependency

[dependencies]
goa = "0.0.3"

Generate and build from scratch

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

License

Either MIT or Apache 2.0, left to the user's choice.

Commit count: 0

cargo fmt