goa 0.0.1

The bindings for libgoa.
docs.rs failed to build goa-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: goa-0.0.3

GNOME Online Accounts

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.1"

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.