Docs.rs
kernelx-core-0.0.1
kernelx-core 0.0.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
crates.io
Source
Owners
hxphsts
Dependencies
anyhow ^1.0.93
normal
async-openai ^0.24
normal
async-trait ^0.1
normal
crossterm ^0.28.1
normal
kernelx-macros ^0.0.1
normal
ratatui ^0.20
normal
schemars ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0.0
normal
tokio ^1.0
normal
async-trait ^0.1
dev
schemars ^0.8
dev
serde_json ^1.0
dev
tokio ^1.0
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
StructuredLM
kernelx_
core
0.0.1
StructuredLM
Implementors
In kernelx_
core::
capabilities
kernelx_core
::
capabilities
Trait
StructuredLM
Copy item path
Source
pub trait StructuredLM:
LLM
+
Structured
{ }
Implementors
§
Source
§
impl<T:
LLM
+
Structured
>
StructuredLM
for T