Docs.rs
gitlab-0.900.0
gitlab 0.900.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
mathstuf
imp
kwrobot
Dependencies
serde ~0.9
normal
chrono ~0.3
normal
url ^1.4
normal
hyper ~0.10
normal
serde_json ~0.9
normal
itertools ~0.5
normal
serde_derive ~0.9
normal
reqwest ~0.4
normal
log ~0.3
normal
error-chain >=0.9, <0.11
normal
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gitlab
Type Definition
gitlab
::
Result
[
−
]
type Result<T> =
Result
<T,
Error
>;
Convenient wrapper around
std::Result
.