lib_remotebuild-rs 0.1.6

A wrapper for the remote build API written in rust
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(dead_code)]

pub mod aur;
pub mod config;
pub mod endpoints;
pub mod jobs;
pub mod librb;
pub mod request;
pub mod request_error;
pub mod responses;