8 releases

Uses old Rust 2015

0.1.4 Jun 23, 2022
0.1.3 Sep 9, 2020
0.1.2 Mar 28, 2018
0.0.3 Oct 25, 2017

#200 in Graphics APIs

Download history 63/week @ 2024-01-11 52/week @ 2024-01-18 28/week @ 2024-01-25 41/week @ 2024-02-01 57/week @ 2024-02-08 67/week @ 2024-02-15 62/week @ 2024-02-22 68/week @ 2024-02-29 109/week @ 2024-03-07 99/week @ 2024-03-14 64/week @ 2024-03-21 94/week @ 2024-03-28 107/week @ 2024-04-04 74/week @ 2024-04-11 77/week @ 2024-04-18 77/week @ 2024-04-25

365 downloads per month
Used in 7 crates (2 directly)

MIT license

250KB
5K SLoC

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

Dependencies

~115–530KB