pumas 0.5.0

A power usage monitor for Apple Silicon.
Documentation
1
2
3
4
5
//! Powermetrics module.

mod buffer;
pub(crate) mod plist_parsing;
pub(crate) use buffer::Buffer;