chipp 0.3.0

Rust client for the Chipp.ai API - OpenAI-compatible chat completions with streaming support
Documentation
1
2
3
4
5
6
//! Unit tests for chipp-rs SDK
//!
//! This file serves as the entry point for all unit tests.
//! Tests are organized in the `unit/` subdirectory.

mod unit;