Docs.rs
ai-cli-0.2.1
ai-cli 0.2.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
PromptProgrammingLanguage
Dependencies
async-openai ^0.10.0
normal
async-recursion ^1.0.2
normal
clap ^4.1.4
normal
derive_more ^0.99.17
normal
dirs ^4.0.0
normal
futures-util ^0.3.26
normal
log ^0.4.17
normal
reqwest ^0.11.14
normal
reqwest-eventsource ^0.4.0
normal
rustc-serialize ^0.3.24
normal
rustyline ^10.1.1
normal
serde ^1.0.152
normal
serde_json ^1.0.91
normal
serde_yaml ^0.9.17
normal
tiktoken-rs ^0.3.3
normal
tokio ^1.25.0
normal
uuid ^1.3.0
normal
Versions
22.73%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ai
0.2.1
Session
Result
Ext
Required Methods
single_result
Implementors
In crate ai
ai
Trait
SessionResultExt
Copy item path
Source
pub trait SessionResultExt { // Required method fn
single_result
(&self) ->
Option
<&
str
>; }
Required Methods
§
Source
fn
single_result
(&self) ->
Option
<&
str
>
Implementors
§
Source
§
impl
SessionResultExt
for
SessionResult