api_claude 0.4.0

Claude API for accessing Anthropic's large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! General diagnostics functionality for Anthropic API client
//!
//! Provides comprehensive monitoring capabilities including request lifecycle
//! tracking, performance metrics, error analysis, and integration monitoring
//! that complement CURL diagnostics for complete observability.

mod private {}

#[ cfg( feature = "general-diagnostics" ) ]
crate::mod_interface!
{
  layer core;
  layer extended;
}