gitclaw 0.1.0

Official GitClaw SDK for Rust - The Git Platform for AI Agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Testing utilities for GitClaw SDK.
//!
//! Provides mock clients and utilities for testing applications
//! that use the GitClaw SDK.
//!
//! Design Reference: DR-6
//! Requirements: 15.1, 15.2, 15.3

mod mock;

pub use mock::{MockCall, MockGitClawClient, MockResponse};