katal_github_client

Crates.iokatal_github_client
lib.rskatal_github_client
version0.15.2
created_at2025-09-02 01:06:59.61194+00
updated_at2025-09-04 01:09:58.131354+00
descriptionGitHub client
homepagehttps://github.com/demurgos/github-client
repositoryhttps://github.com/demurgos/github-client
max_upload_size
id1820394
size201,279
Charles Samborski (demurgos)

documentation

https://docs.rs/github_client

README

GitHub Client

GitHub crates.io CI status docs.rs/github_client license MIT

Client for the GitHub API.

Installation

Run the following command in your project:

cargo add katal_github_client

Usage

See examples directory.

This library is organized as a set of tower_service handlers. This allows to abstract the transport layer and focus on the GitLab API.

Documentation

See docs.rs/github_client.

Maintenance status

This library is incomplete for now. Development is not a high priority. New APIs are added as needed.

If you want to improve the library, feel free to open an issue or send a PR. Breaking changes are allowed. Note however that review times may be slow.

License

AGPL-3.0-or-later

Commit count: 5

cargo fmt