Docs.rs
krnl-0.1.1
krnl 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
23 July 2025
Links
Homepage
Repository
crates.io
Source
Owners
charles-r-earp
Dependencies
anyhow ^1.0.60
normal
bytemuck ^1.13.1
normal
dashmap ^5.3.4
normal
optional
derive_more ^0.99.11
normal
dry ^0.1.1
normal
flate2 ^1.0.25
normal
fxhash ^0.2.1
normal
optional
half ^2.1.0
normal
itertools ^0.12.1
normal
krnl-core =0.1.1
normal
krnl-macros =0.1.1
normal
num-traits ^0.2.14
normal
parking_lot ^0.12.1
normal
paste ^1.0.7
normal
rspirv ^0.11.0
normal
optional
serde ^1.0.143
normal
optional
serde_bytes ^0.11.9
normal
optional
thiserror ^1.0.31
normal
bincode2 ^2.0.1
dev
serde_json ^1.0.96
dev
serde_test ^1.0.160
dev
ash ^0.37.1
normal
optional
crossbeam-channel ^0.5.8
normal
optional
vulkano ^0.33.0
normal
optional
clap ^4.2.4
dev
libtest-mimic ^0.6.0
dev
wasm-bindgen-test ^0.3.33
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
krnl
0.1.1
Scalar
Data
Owned
Implementors
In krnl::
buffer
krnl
::
buffer
Trait
ScalarDataOwned
Copy item path
Source
pub trait ScalarDataOwned:
ScalarData
{ }
Expand description
Marker trait for owned scalar buffers.
Implementors
§
Source
§
impl
ScalarDataOwned
for
ScalarArcBufferRepr
Source
§
impl
ScalarDataOwned
for
ScalarBufferRepr
Source
§
impl<'a>
ScalarDataOwned
for
ScalarCowBufferRepr
<'a>