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
[project]
site_name = "rtb-chat"
site_description = "Unified multi-provider AI chat client — genai for the mainstream, direct Anthropic Messages for the rest."
site_author = "Matt Cockayne"
site_url = "https://chat.rust.phpboyscout.uk"
repo_url = "https://gitlab.com/phpboyscout/rust/chat"
copyright = """
Copyright © 2026 Matt Cockayne
"""

[project.theme]
language = "en"
features = [
    "content.code.copy",
    "navigation.footer",
    "navigation.indexes",
    "navigation.sections",
    "search.highlight",
    "search.suggest",
    "toc.follow",
]

[[project.nav]]
"Overview" = "index.md"

[[project.nav]]
"Reference (docs.rs)" = "https://docs.rs/rtb-chat"