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. That being said it's in a usable state for some things and can be extended to cover other parts of the API easily now that requests and error handling underlying the API are stabilized for now.

This will eventually build on stable once procedural macros is stabilized. It's thought to be ready for Rust 1.15

Dependencies and Support

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

You'll need OpenSSL installed on your machine since it's an underlying library that requires it. This is true for all platforms.

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.