Docs.rs
git-ai-1.1.0
git-ai 1.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
oleander
Dependencies
anyhow ^1.0.98
normal
async-openai ^0.28.1
normal
colored ^3.0.0
normal
config ^0.15.11
normal
console ^0.15.11
normal
dirs ^6.0
normal
dotenv ^0.15.0
normal
env_logger ^0.11.8
normal
futures ^0.3
normal
git2 ^0.20.2
normal
home ^0.5.11
normal
indicatif ^0.17.11
normal
lazy_static ^1.5.0
normal
log ^0.4.27
normal
maplit ^1.0.2
normal
mustache ^0.9.0
normal
num_cpus ^1.16.0
normal
parking_lot ^0.12.3
normal
rand ^0.9
normal
rayon ^1.10.0
normal
reqwest ^0.12.15
normal
serde ^1.0
normal
serde_derive ^1.0.219
normal
serde_ini ^0.2.0
normal
serde_json ^1.0
normal
structopt ^0.3.26
normal
textwrap ^0.16
normal
thiserror ^2.0.12
normal
tiktoken-rs ^0.7.0
normal
tokio ^1.45.1
normal
tracing ^0.1
normal
tempfile ^3.20.0
dev
openssl ^0.10
normal
Versions
35.05%
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
1.1.0
Utf8
String
Required Methods
to_utf8
Implementations on Foreign Types
Vec<u8>
[u8]
Implementors
In ai::
hook
ai
::
hook
Trait
Utf8String
Copy item path
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
§