Docs.rs
git-ai-0.1.29
git-ai 0.1.29
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
oleander
Dependencies
anyhow ^1.0.81
normal
async-openai ^0.18.3
normal
clap ^4.5.3
normal
colored ^2.1.0
normal
config ^0.13.4
normal
console ^0.15.8
normal
ctrlc ^3.4.4
normal
dotenv ^0.15.0
normal
env_logger ^0.10.2
normal
git2 ^0.18.3
normal
home ^0.5.9
normal
indicatif ^0.17.8
normal
lazy_static ^1.4.0
normal
log ^0.4.21
normal
reqwest ^0.11.27
normal
serde ^1
normal
serde_derive ^1.0.197
normal
serde_ini ^0.2.0
normal
serde_json ^1.0.114
normal
thiserror ^1.0.58
normal
tokio ^1.36.0
normal
anyhow ^1.0.81
dev
git2 ^0.18.3
dev
rand ^0.8.5
dev
tempfile ^3.10.1
dev
Versions
0%
of the crate is documented
Go to latest version
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.1.29
Utf8String
Required Methods
to_utf8
Implementations on Foreign Types
Vec<u8>
[u8]
Implementors
In ai::hook
?
Trait
ai
::
hook
::
Utf8String
source
·
[
−
]
pub trait Utf8String { // Required method fn
to_utf8
(&self) ->
String
; }
Required Methods
§
source
fn
to_utf8
(&self) ->
String
Implementations on Foreign Types
§
source
§
impl
Utf8String
for
Vec
<
u8
>
source
§
fn
to_utf8
(&self) ->
String
source
§
impl
Utf8String
for [
u8
]
source
§
fn
to_utf8
(&self) ->
String
Implementors
§