Docs.rs
spirq-core-1.0.4
spirq-core 1.0.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
PENGUINLIONG
Dependencies
anyhow ^1.0
normal
bytemuck ^1.14
normal
fnv ^1.0.7
normal
half ^2.3
normal
num-traits ^0.2
normal
ordered-float ^3.4
normal
spirv ^0.3
normal
Versions
37.16%
of the crate is documented
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
spirq_
core
1.0.4
Module error
Module Items
Macros
Structs
Type Aliases
In crate spirq_
core
spirq_core
Module
error
Copy item path
Source
Expand description
Error infrastructure.
Macros
§
anyhow
Construct an ad-hoc error from a string or existing non-
anyhow
error value.
Structs
§
Error
The
Error
type, a wrapper around a dynamic error type.
Type Aliases
§
Result
Result<T, Error>