Docs.rs
gitapi-rs-0.1.2
gitapi-rs 0.1.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
zTgx
Dependencies
cast-rs ^0.2.0
normal
curl ^0.4.22
normal
serde_json ^1.0.40
normal
Versions
Platform
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
1
2
3
4
5
6
7
pub
mod
basic
;
pub
mod
oauth2
;
pub
enum
AuthenType
{
Basic
(
String
),
Oauth2
(
String
), }