just-deepseek 0.2.0

DeepSeek API client and wire-level types
Documentation
1
2
3
4
5
6
7
8
//! Re-exported transport utilities from the `just-common` crate.
//!
//! Users who want to send requests with a raw `reqwest::Client` can use these
//! helpers directly without depending on `just-common` separately.

pub use just_common::error::TransportError;
pub use just_common::transport::http::{build_client, endpoint_url, ensure_success, parse_json};
pub use just_common::transport::sse::JsonEventStream;