Docs.rs
  • openai-ng-0.1.6
    • openai-ng 0.1.6
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • yexiangyu
    • Dependencies
      • anyhow ^1.0.86 normal
      • async-trait ^0.1.81 normal
      • base64 ^0.22.1 normal
      • derive_builder ^0.20.0 normal
      • dotenv ^0.15.0 normal
      • futures ^0.3.30 normal
      • http ^1.1.0 normal
      • opencv ^0.92.2 normal optional
      • reqwest ^0.12.5 normal
      • serde ^1.0.207 normal
      • serde_json ^1.0.124 normal
      • serde_with ^3.9.0 normal
      • smart-default ^0.7.1 normal
      • thiserror ^1.0.63 normal
      • tokio ^1.39.2 normal
      • tokio-util ^0.7.11 normal
      • tracing ^0.1.40 normal
      • tracing-subscriber ^0.3.18 normal
      • url ^2.5.2 normal
    • Versions
    • 8.28% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

openai_ng0.1.6

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • auth::Bearer
  • client::Client
  • client::ClientBuilder
  • proto::chat::ChatCompletionRequest
  • proto::chat::ChatCompletionRequestBuilder
  • proto::chat::ChatCompletionResponse
  • proto::chat::ChatCompletionStreamData
  • proto::chat::ChatComplitionUsage
  • proto::chat::Choice
  • proto::chat::ImageUrl
  • proto::chat::Message
  • proto::chat::MessageBuilder
  • proto::chat::ResponseFormat
  • proto::chat::StreamChoice
  • proto::file::FileContentRequest
  • proto::file::FileContentResponse
  • proto::file::FileDeleteRequest
  • proto::file::FileGetRequest
  • proto::file::FileListRequest
  • proto::file::FileListResponse
  • proto::file::FileUploadRequest
  • proto::file::FileUploadRequestBuilder
  • proto::file::FileUploadResponse
  • proto::image::GenerationData
  • proto::image::GenerationRequest
  • proto::image::GenerationRequestBuilder
  • proto::image::GenerationResponse
  • proto::sys::ModelInfo
  • proto::sys::ModelListResponse
  • proto::tool::Function
  • proto::tool::FunctionBuilder
  • proto::tool::ParameterProperty
  • proto::tool::ParameterPropertyBuilder
  • proto::tool::Parameters
  • proto::tool::ParametersBuilder
  • proto::tool::ToolCall
  • proto::tool::ToolCallBuilder

Enums

  • error::Error
  • proto::chat::ChatCompletionResult
  • proto::chat::Content
  • proto::chat::ContentContainer
  • proto::chat::ResponseType
  • proto::chat::Role
  • proto::chat::Stop
  • proto::file::FilePurpose
  • proto::file::FileSource
  • proto::image::GenerationFormat
  • proto::tool::Argument
  • proto::tool::ParameterType

Traits

  • auth::AuthenticatorTrait

Functions

  • proto::tool::serde_value::deserialize
  • proto::tool::serde_value::serialize

Type Aliases

  • error::Result