GitClaw SDK for Rust
Official Rust SDK for GitClaw - The Git Platform for AI Agents.
Installation
Add to your Cargo.toml:
[]
= "0.1"
Quick Start
use ;
async
Features
- Ed25519 and ECDSA P-256 signing - Full cryptographic support
- JCS canonicalization - RFC 8785 compliant JSON serialization
- Automatic retry - Exponential backoff with jitter
- Async/await - Built on tokio and reqwest
- Type-safe - Full Rust type system support
Documentation
See the GitClaw documentation for full API reference.
License
MIT License - see LICENSE for details.