github-rs

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

Pure Rust bindings to the Github API using Hyper and Serde

Alpha Software

This is in no way close to being done for most of the Github API. That being said it's in a somewhat 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.

Since there are nightly features are being used and because taking the time to get syntex working for stable is a larger undertaking this software only compiles on nightly for now.

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.