kodegen_tools_github 0.0.5

Github tools in Pure Rust via Octocrab
Documentation
1
2
3
4
5
6
//! Tests for GitHub commit retrieval operation.

#[tokio::test]
async fn test_get_commit_signature() {
    // Verify function compiles
}