Docs.rs
  • krnl-0.1.1
    • krnl 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

krnl0.1.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • buffer::ArcBufferRepr
  • buffer::BufferBase
  • buffer::BufferRepr
  • buffer::ScalarArcBufferRepr
  • buffer::ScalarBufferBase
  • buffer::ScalarBufferRepr
  • buffer::ScalarSliceMutRepr
  • buffer::ScalarSliceRepr
  • buffer::SliceMutRepr
  • buffer::SliceRepr
  • buffer::error::DeviceBufferTooLarge
  • buffer::error::OutOfDeviceMemory
  • device::Device
  • device::DeviceInfo
  • device::Features
  • device::builder::DeviceBuilder
  • device::error::DeviceIndexOutOfRange
  • device::error::DeviceLost
  • device::error::DeviceUnavailable

Enums

  • buffer::CowBufferRepr
  • buffer::ScalarCowBufferRepr

Traits

  • buffer::Data
  • buffer::DataMut
  • buffer::DataOwned
  • buffer::ScalarData
  • buffer::ScalarDataMut
  • buffer::ScalarDataOwned

Type Aliases

  • buffer::ArcBuffer
  • buffer::Buffer
  • buffer::CowBuffer
  • buffer::ScalarArcBuffer
  • buffer::ScalarBuffer
  • buffer::ScalarCowBuffer
  • buffer::ScalarSlice
  • buffer::ScalarSliceMut
  • buffer::Slice
  • buffer::SliceMut