PowerTools/backend/src/api/mod.rs

8 lines
151 B
Rust
Raw Normal View History

pub mod battery;
pub mod cpu;
2022-08-26 22:00:43 +01:00
pub mod general;
pub mod gpu;
mod utility;
pub(super) type ApiParameterType = Vec<usdpl_back::core::serdes::Primitive>;