gitlab-butler-lib 0.9.1

Support library for [`gitlab-butler`](https://crates.io/crates/gitlab-butler) Gitlab cli to automate the boring stuff.
Documentation
1
2
3
4
5
6
// Copyright 2020 Matteo Bertini <matteo@naufraghi.net>

pub mod client;
pub mod entities;
pub mod issues;
pub mod merge_requests;