Docs.rs
copilot-rs-0.1.2
copilot-rs 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ZhouXiaolin
Dependencies
copilot-rs-macro ^0.1.1
normal
optional
once_cell ^1.20.2
normal
reqwest ^0.12.8
normal
serde ^1.0.210
normal
serde_json ^1.0.128
normal
typed-builder ^0.20.0
normal
Versions
3.03%
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
Chat
copilot_
rs
0.1.2
Chat
Provided Methods
chat
Implementations on Foreign Types
Vec<PromptMessage>
dyn AsRef<[PromptMessage]>
Implementors
In crate copilot_
rs
copilot_rs
Trait
Chat
Copy item path
Source
pub trait Chat { // Provided method fn
chat
(&self) ->
String
{ ... } }
Provided Methods
§
Source
fn
chat
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
Chat
for
Vec
<
PromptMessage
>
Source
§
impl
Chat
for dyn
AsRef
<[
PromptMessage
]>
Implementors
§