Docs.rs
mabda-1.0.0
mabda 1.0.0
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
MacCracken
Dependencies
bytemuck ^1
normal
image ^0.25
normal
optional
pollster ^0.4
normal
serde ^1
normal
thiserror ^2
normal
tracing ^0.1
normal
wgpu ^29
normal
criterion ^0.8
dev
serde_json ^1
dev
Versions
87.06%
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
Skip to main content
Module error
mabda
1.0.0
Module error
Module Items
Enums
Type Aliases
In crate mabda
mabda
Module
error
Copy item path
Source
Expand description
Error types for mabda GPU operations.
Enums
§
GpuError
Errors produced by mabda GPU operations.
Type Aliases
§
Result
Convenience alias for
std::result::Result<T, GpuError>
.