Skip to main content

Crate just_common

Crate just_common 

Source
Expand description

Shared internals for OpenAI-like provider crates in this workspace.

This crate is intentionally small and focused on protocol-family concerns:

  • authenticated HTTP transport construction
  • JSON request/response helpers
  • SSE stream parsing for JSON chunk payloads

It is meant to reduce drift between sibling provider crates without collapsing their public APIs into one shared provider crate.

Modulesยง

error
Shared transport error types.
transport
Shared HTTP transport and SSE streaming helpers for OpenAI-like providers.