3 个版本

使用旧的 Rust 2015

0.0.3 2019 年 7 月 23 日
0.0.2 2019 年 7 月 23 日
0.0.1 2019 年 7 月 22 日

#840Unix API

MIT/Apache

350KB
6.5K SLoC

GNOME Online Accounts

Documentation

由 GIR 生成的 libgoa Rust 绑定。

计划提供一个更简单的 API。

用法

安装 libgoa

  • Fedora

    # dnf install gnome-online-accounts-devel
    
  • Debian 及其衍生版本

    # apt install libgoa-1.0-dev
    

添加依赖

[dependencies]
goa = "0.0.3"

从头生成并构建

安装 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

许可

MIT 或 Apache 2.0,由用户选择。


lib.rs:

GNOME Online Accounts

Documentation

由 GIR 生成的 libgoa Rust 绑定。

计划提供一个更简单的 API。

用法

安装 libgoa

  • Fedora

    # dnf install gnome-online-accounts-devel
    
  • Debian 及其衍生版本

    # apt install libgoa-1.0-dev
    

添加依赖

[dependencies]
goa = "0.0.3"

从头生成并构建

安装 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

许可

MIT 或 Apache 2.0,由用户选择。

依赖

~5MB
~119K SLoC