Re-exports§
pub use error::DeepSeekError;pub use error::Result;pub use client::HttpClient;pub use client::DeepSeekClient;pub use client::DEFAULT_BASE_URL;pub use client::build_request;pub use reqwest_client::ReqwestClient;pub use reqwest_client::client_from_env;pub use reqwest_client::reason;pub use reqwest_client::reason_with_retry;pub use types::*;