feat: add uni-comfyui-sdk - Rust SDK for ComfyUI API

- Complete Rust SDK implementation based on OpenAPI specification
- All 23 endpoints implemented with type-safe interfaces
- Comprehensive error handling and async support
- Full documentation and examples included
- Client renamed to UniComfyUIClient for clear identification
This commit is contained in:
imeepos
2025-08-15 15:31:33 +08:00
parent 5380d9973f
commit 08b981c31f
12 changed files with 2193 additions and 0 deletions

20
cargos/uni-comfyui-sdk/.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Rust
/target/
Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Environment
.env
.env.local