nvapi

Crates.ionvapi
lib.rsnvapi
version0.1.4
sourcesrc
created_at2017-10-18 20:31:48.887028
updated_at2022-06-23 18:28:22.620848
descriptionNVIDIA NVAPI bindings
homepage
repositoryhttps://github.com/arcnmx/nvapi-rs
max_upload_size
id36105
size96,867
(arcnmx)

documentation

https://docs.rs/nvapi/latest/nvapi/

README

NVAPI

travis-badge release-badge docs-badge license-badge

nvapi provides access to NVIDIA driver functionality on Windows.

Documentation

See the documentation for up to date information.

This library is provided as 3 separate crates:

  • nvapi-hi is usually what you'd want to use as it takes care of most of the internals for you, and things make more sense
  • nvapi is the middle ground, allows you to get a bit more dirty with the NVAPI and there are invariants that you will need to uphold otherwise crashing and/or unexpected behavior is expected
  • nvapi-sys expose unsafe bindings to the C NVAPI, you can do pretty much anything but you absolutely need to know what you're doing
Commit count: 59

cargo fmt