Docs.rs
openai-sdk-rs-0.1.1
openai-sdk-rs 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
neeboo
Dependencies
async-stream ^0.3
normal
dotenv ^0.15
normal
futures-core ^0.3
normal
futures-util ^0.3
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
tokio ^1
normal
url ^2
normal
anyhow ^1
dev
wiremock ^0.6
dev
Versions
0.47%
of the crate is documented
Platform
i686-unknown-linux-gnu
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_
sdk_
rs
0.1.1
In openai_
sdk_
rs::
sse
openai_sdk_rs
::
sse
Function
try_extract_json_values_from_str
Copy item path
Source
pub fn try_extract_json_values_from_str(text: &
str
) ->
Result
<
Vec
<
Value
>,
Error
>