Docs.rs
kaio-runtime-0.4.1
kaio-runtime 0.4.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dmriding
Dependencies
cudarc ^0.19
normal
kaio-core ^0.4.1
normal
thiserror ^2
normal
half ^2
dev
static_assertions ^1
dev
Versions
100%
of the crate is documented
Platform
x86_64-pc-windows-msvc
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
kaio_
runtime
0.4.1
Module error
Module Items
Enums
Type Aliases
In crate kaio_
runtime
kaio_runtime
Module
error
Copy item path
Source
Expand description
KAIO error types.
Enums
§
Kaio
Error
Errors that can occur during KAIO runtime operations.
Type Aliases
§
Result
Convenience alias for
std::result::Result<T, KaioError>
.