2022-08-10 01:56:22 +01:00
|
|
|
pub mod battery;
|
|
|
|
pub mod cpu;
|
2022-08-26 22:00:43 +01:00
|
|
|
pub mod general;
|
2022-08-10 01:56:22 +01:00
|
|
|
pub mod gpu;
|
2022-11-10 03:09:05 +00:00
|
|
|
pub mod handler;
|
|
|
|
mod async_utils;
|
2022-08-10 01:56:22 +01:00
|
|
|
mod utility;
|
|
|
|
|
|
|
|
pub(super) type ApiParameterType = Vec<usdpl_back::core::serdes::Primitive>;
|