The Rust bindings for libgoa generated by GIR.
A simpler API is planed.
Fedora
```none
```
Debian and derived
```none
```
toml
[dependencies]
goa = "0.0.3"
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
Either MIT or Apache 2.0, left to the user's choice.