rtb-chat 0.7.1

Unified multi-provider AI chat client for Claude, OpenAI, Gemini, and OpenAI-compatible endpoints. Part of the phpboyscout Rust toolkit.
Documentation
1
2
3
4
5
6
7
8
edition = "2021"
max_width = 100
use_small_heuristics = "Max"
reorder_imports = true
newline_style = "Unix"

# The `imports_granularity` and `group_imports` options we'd like to use
# are nightly-only as of 2026-04. Re-enable them once they stabilise.