GNOME Online Accounts

Documentation

The Rust bindings for libgoa generated by GIR.

A simpler API is planed.

Usage

Install libgoa

Add the dependency

toml [dependencies] goa = "0.0.3"

Generate and build from scratch

Install GIR.

none 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.