callix 0.1.1

A flexible HTTP client library for calling various AI APIs or somthing with configuration and templating support
Documentation
# Rust build artifacts
/target/

**/*.rs.bk

*.pdb


# Cargo files
Cargo.lock

**/*.orig


# IDE / Editor
.vscode/

.idea/

*.swp

*.swo

*~

.DS_Store


# Test coverage
tarpaulin-report.html

cobertura.xml

*.profraw

*.profdata


# Environment variables
.env

.env.local

.env.*.local


# Documentation
/doc/


# Benchmark results
/target/criterion/


# Release artifacts
*.tar.gz

*.zip


# OS specific
Thumbs.db

.Spotlight-V100

.Trashes