Docs.rs
kernelx-0.0.3
kernelx 0.0.3
Docs.rs crate page
Apache-2.0
Links
Homepage
crates.io
Source
Owners
hxphsts
Dependencies
kernelx-core ^0.0.1
normal
kernelx-macros ^0.0.1
normal
schemars ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.0
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
kernelx
0.0.3
LLM
Implementors
In kernelx::
core
kernelx
::
core
Trait
LLM
Copy item path
Source
pub trait LLM:
Complete
+
Chat
+
HasCapability
{ }
Implementors
§
Source
§
impl<T>
LLM
for T
where T:
Complete
+
Chat
+
HasCapability
,