Docs.rs
rustkernel-core-0.1.1
rustkernel-core 0.1.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
mivertowski
Dependencies
actix ^0.13
normal
async-trait ^0.1
normal
bytemuck ^1.21
normal
chrono ^0.4
normal
futures ^0.3
normal
hashbrown ^0.15
normal
indexmap ^2.7
normal
ringkernel-core ^0.2.0
normal
ringkernel-derive ^0.2.0
normal
rkyv ^0.7
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1.43
normal
tracing ^0.1
normal
proptest ^1.6
dev
tokio ^1.43
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module error
rustkernel_
core
0.1.1
Module error
Module Items
Enums
Type Aliases
In crate rustkernel_
core
rustkernel_core
Module
error
Copy item path
Source
Expand description
Error types for RustKernels.
Enums
§
Kernel
Error
Errors that can occur during kernel operations.
Type Aliases
§
Result
Result type alias using
KernelError
.