le-change 0.1.0

Ultra-fast Git change detection library with zero-cost abstractions
Documentation
1
2
3
4
5
6
7
//! HTTP client for GitHub API

pub mod client;
pub mod workflows;

pub use client::GitHubApiClient;
pub use workflows::WorkflowApiClient;