anyllm_translate 0.9.7

Pure translation layer between Anthropic Messages API and OpenAI Chat Completions
Documentation
1
2
3
4
5
6
/// UUID-based ID generation for Anthropic message and content block IDs.
pub mod ids;
/// JSON serialization helpers (pretty-print, merge, normalize).
pub mod json;
/// Secret redaction for logging (API keys, tokens).
pub mod redact;