battery 0.3.0

Cross-platform information about batteries
Documentation
1
2
3
4
5
6
7
8
9
mod battery;
mod state;
mod device;
mod technology;

pub use self::battery::Battery;
pub use self::state::State;
pub use self::technology::Technology;
pub use self::device::Device;