Docs.rs
nvml-wrapper-0.11.0
nvml-wrapper 0.11.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
brayniac
Cldfire
Dependencies
bitflags ^2.4.0
normal
libloading ^0.8.1
normal
nvml-wrapper-sys ^0.9.0
normal
serde ^1.0
normal
optional
serde_derive ^1.0
normal
optional
static_assertions ^1.1
normal
thiserror ^1.0
normal
wrapcenum-derive ^0.4.1
normal
pretty-bytes ^0.2
dev
Versions
79.13%
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
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
nvml_
wrapper
0.11.0
Module error
Module Items
Structs
Enums
Functions
In crate nvml_
wrapper
nvml_wrapper
Module
error
Copy item path
Source
Structs
§
Nvml
Error
With
Source
An
NvmlError
with an optionally present source error for chaining errors
Enums
§
Bits
Nvml
Error
Functions
§
nvml_
sym
Helper to map a
&libloading::Error
into an
NvmlError
nvml_
try
Converts an
nvmlReturn_t
type into a
Result<(), NvmlError>
.