Docs.rs
ruda-kernel-0.1.3
ruda-kernel 0.1.3
Docs.rs crate page
12 September 2026
Links
Repository
crates.io
Source
Owners
shuqi2077
Dependencies
bitflags ^2.9.1
normal
optional
bytemuck ^1.16.1
normal
optional
derive-new ^0.7.0
normal
optional
derive_more ^2
normal
optional
enumset ^1.1.12
normal
optional
float-ord ^0.3
normal
optional
half =2.7.1
normal
optional
hashbrown ^0.16
normal
optional
log ^0.4.22
normal
optional
num-traits ^0.2.19
normal
optional
paste ^1
normal
optional
ruda ^0.1.4
normal
optional
ruda-compiler ^0.1.3
normal
optional
ruda-core ^0.1.3
normal
optional
ruda-kernel-macros ^0.1.2
normal
serde ^1.0.204
normal
optional
serde_json ^1.0.119
normal
optional
spin ^0.10.0
normal
optional
tempfile ^3.20
normal
optional
test-log ^0.2
normal
optional
text_placeholder ^0.5.1
normal
optional
tracing ^0.1.43
normal
optional
variadics_please ^1
normal
optional
half =2.7.1
dev
pretty_assertions ^1.4
dev
test-log ^0.2
dev
trybuild ^1
dev
Versions
29.59%
of the crate is documented
Go to latest version
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
RuntimeArg
ruda_
kernel
0.1.3
In ruda_
kernel::
dsl
ruda_kernel
::
dsl
Type Alias
Runtime
Arg
Copy item path
Source
pub type RuntimeArg<T, R> = <T as
LaunchArg
>::
RuntimeArg
<R>;
Expand description
Runtime arguments to launch a kernel.