Docs.rs
libx-0.0.1
libx 0.0.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
crates.io
Source
Owners
hxphsts
Dependencies
figlet-rs ^0.1.5
normal
kernelx ^0.0.3
normal
rand ^0.7.3
normal
termsize ^0.1
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
libx
0.0.1
LLM
Implementors
In crate libx
libx
Trait
LLM
Copy item path
Source
pub trait LLM:
Complete
+
Chat
+
HasCapability
{ }
Implementors
§
Source
§
impl<T>
LLM
for T
where T:
Complete
+
Chat
+
HasCapability
,