llmposter 0.4.3

Drop-in mock server for OpenAI, Anthropic & Gemini APIs — library or standalone CLI. SSE streaming, tool calling, OAuth2, failure injection, stateful scenarios, request capture. Test LLM apps without burning tokens.
Documentation
1
2
3
4
5
6
7
8
#[allow(dead_code)]
pub mod anthropic;
#[allow(dead_code)]
pub mod gemini;
#[allow(dead_code)]
pub mod openai;
#[allow(dead_code)]
pub mod responses;