Docs.rs
rustacuda-0.1.3
rustacuda 0.1.3
Docs.rs crate page
Apache-2.0 OR MIT
Links
Repository
Crates.io
Source
Owners
bheisler
github:rust-bus:maintainers
Dependencies
bitflags ^1.2
normal
cuda-driver-sys ^0.3
normal
rustacuda_core ^0.1.2
normal
rustacuda_derive ^0.1.2
normal
Versions
0.1.3
0.1.2
0.1.1
0.1.0
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
i686-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-apple-darwin
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition CudaResult
Other items in
rustacuda
::
error
?
Type Definition
rustacuda
::
error
::
CudaResult
[
−
]
[src]
pub type CudaResult<T> =
Result
<T,
CudaError
>;
Expand description
Result type for most CUDA functions.