llmkit 0.1.3

Production-grade LLM client - 100+ providers, 11,000+ models. Pure Rust.
Documentation
# Rust
/target
Cargo.lock

# Editor
*.swp
*.swo
.DS_Store
*.bak
*~

# Environment
.env
.env.*

# ===================
# Node.js / modelsuite-node
# ===================
node_modules/
*.node
# Generated by napi-rs build
modelsuite-node/index.js
modelsuite-node/index.d.ts

# ===================
# Python / modelsuite-python
# ===================
.venv/
venv/
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg
.eggs/

# Coverage
coverage/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.iml

# Build artifacts
*.rlib
*_audit*.csv
*_report.csv