Function nemo_relay_anthropic_messages_codec_new

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

#[unsafe(no_mangle)]pub extern "C" fn nemo_relay_anthropic_messages_codec_new() -> *mut FfiCodecHandle

Create a new Anthropic Messages API codec handle.

The returned handle implements both request codec (decode/encode) and response codec (decode_response). Free with nemo_relay_codec_free.

Safety

Caller must free the returned handle via nemo_relay_codec_free.