github-bot-sdk 0.2.1

A comprehensive Rust SDK for GitHub App integration with authentication, webhooks, and API client
Documentation
1
2
3
4
5
6
7
8
9
//! Tests for webhook module.

use super::*;

#[test]
fn test_module_exports_signature_validator() {
    // Verify SignatureValidator is accessible from module root
    let _type_check: Option<SignatureValidator> = None;
}