MCPcopy Index your code
hub / github.com/arcnmx/nvapi-rs

github.com/arcnmx/nvapi-rs @0.1.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1.4 ↗ · + Follow
241 symbols 509 edges 30 files 3 documented · 1%
What it actually does AI analysis from the code graph — generated when you open this
loading…
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

Extension points exported contracts — how you extend this code

RawConversion (Interface)
(no doc) [45 implementers]
src/types.rs
DebugArray (Interface)
(no doc)
sys/src/debug_array.rs

Core symbols most depended-on inside this repo

status_result
called by 67
sys/src/lib.rs
convert_raw
called by 33
src/gpu.rs
into_iter
called by 31
src/clock.rs
allowable_result
called by 25
hi/src/lib.rs
iter
called by 22
src/clock.rs
get
called by 17
src/types.rs
allowable_result_fallback
called by 8
hi/src/lib.rs
nvapi_read
called by 7
src/i2c_impl.rs

Shape

Method 153
Class 63
Function 20
Enum 3
Interface 2

Languages

Rust100%

Modules by API surface

src/gpu.rs74 symbols
hi/src/gpu.rs33 symbols
src/types.rs25 symbols
src/clock.rs25 symbols
src/i2c_impl.rs23 symbols
sys/src/types.rs9 symbols
src/pstate.rs9 symbols
sys/src/debug_array.rs8 symbols
src/thermal.rs8 symbols
sys/src/gpu/pstate.rs7 symbols
src/info.rs5 symbols
sys/src/nvapi.rs3 symbols

For agents

$ claude mcp add nvapi-rs \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact