github-rs

| Service | Status | | ------- | :----: | | TravisCI | Build Status | | DependencyCI | DependencyStatus | | AppveyorCI | Build status | | CodeCov | codecov | | crates.io | crates.io

Pure Rust bindings to the Github API using Hyper and Serde

Incomplete Bindings

This is in no way close to being done for most of the Github API, but the functionality that is available does do a lot of the work that one would expect when accessing the API.

Dependencies and Support

github-rs is intended to work on all tier 1 supported Rust systems:

github-rs only supports the Rust compiler from stable versions 1.15 onwards due to using Custom Derive.

Project Aims

Hacking on the Library

License

All code is licensed under The MIT License. By submitting code you not only agree to submit it under the same license, but are also saying that the code you submitted is your own.