goa 0.0.3

The bindings for the GNOME Online Accounts library.
Documentation

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.