Docs.rs
llmkit-core-0.1.0
llmkit-core 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Awaiskhan404
Dependencies
async-trait ^0.1
normal
futures-core ^0.3
normal
schemars ^0.8
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Module error
llmkit_
core
0.1.0
Module error
Module Items
Enums
Type Aliases
In crate llmkit_
core
llmkit_core
Module
error
Copy item path
Source
Expand description
Unified error type. Every fallible llmkit operation returns
LlmResult<T>
.
Enums
§
LlmError
The single error type returned by every llmkit operation.
Type Aliases
§
LlmResult
Result
alias used throughout llmkit.