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

#276 in Graphics APIs

Download history 71/week @ 2024-11-15 80/week @ 2024-11-22 72/week @ 2024-11-29 137/week @ 2024-12-06 174/week @ 2024-12-13 64/week @ 2024-12-20 19/week @ 2024-12-27 61/week @ 2025-01-03 147/week @ 2025-01-10 120/week @ 2025-01-17 121/week @ 2025-01-24 88/week @ 2025-01-31 128/week @ 2025-02-07 121/week @ 2025-02-14 145/week @ 2025-02-21 101/week @ 2025-02-28

522 downloads per month
Used in 8 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

~135–530KB