//! # perfgate-github
//!
//! GitHub API client and comment rendering for perfgate PR comments.
//!
//! This crate provides:
//!
//! - A GitHub REST API client for creating, updating, and finding PR comments
//! - Rich Markdown comment rendering with verdict badges, metric tables, trend indicators,
//! and blame attribution
//! - Idempotent comment updates via a marker comment (`<!-- perfgate -->`)
//! - Support for both GitHub Actions (GITHUB_TOKEN) and personal access tokens
pub use ;
pub use ;
pub use GitHubError;
pub use GitHubComment;