1
2
3
4
5
6
7
8
//#![deny(missing_docs)]
#![doc(html_root_url = "http://arcnmx.github.io/nvapi-rs/")]

extern crate nvapi_sys as sys;

pub mod pstate;
pub mod gpu;
pub mod info;