GitHub integration for repository operations
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-github = "0.1"
```
```rust
use ricecoder_github::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-github).
MIT