https://github.com/ztgx/gitapi-rs
Github API Client in Rust
https://github.com/ztgx/gitapi-rs
client-library github github-api rust
Last synced: 4 months ago
JSON representation
Github API Client in Rust
- Host: GitHub
- URL: https://github.com/ztgx/gitapi-rs
- Owner: zTgx
- License: apache-2.0
- Created: 2019-08-09T08:08:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T07:36:34.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T04:45:36.865Z (4 months ago)
- Topics: client-library, github, github-api, rust
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# gitapi-rs [](https://travis-ci.org/zTgx/gitapi-rs) [](https://crates.io/crates/gitapi-rs)
Github API Client in Rust
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
gitapi-rs = "0.1.2"
```
```rust
extern crate gitapi_rs as Api;
```