Crate gitlab

source ·
Expand description

A library for communicating with Gitlab instances.

Re-exports

pub use types::*;

Modules

Hook structures
System hook structures
API entities
Web hook structures

Structs

Optional information for commit statuses.
The Error type.
A representation of the Gitlab API for a single user.

Enums

The kind of an error.
Optional information for merge requests.

Traits

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Convenient wrapper around std::Result.