Expand description
Virtual ISA standard library.
Modules§
- diag
- Test-time panic hook that reads
build-log.jsonland renders kernel-compilation failures in rustc’s aesthetic. - prelude
- Prelude module that re-exports commonly used items.
- runtime
- Runtime for dispatching device functions to CPU or device.
Structs§
- Once
Cell - A thread-safe cell that can be written to only once.
Traits§
- Cast
- Trait for casting between scalar types.