PowerTools/powertools-rs/src/api/mod.rs

7 lines
134 B
Rust
Raw Normal View History

pub mod battery;
pub mod cpu;
pub mod gpu;
mod utility;
pub(super) type ApiParameterType = Vec<usdpl_back::core::serdes::Primitive>;