[][src]Crate battery

This crate provides cross-platform information about batteries.

Gives access to a system independent battery state, capacity, charge and voltage values recalculated as necessary to be returned in W, Wh or V units.

Supported platforms

  • Linux 2.6.39+
  • MacOS (10.10+ probably, needs to be confirmed)

Structs

Battery

Battery instant information representation.

Enums

State

Possible battery state values.

Technology

Battery type

Functions

get

Returns an iterator with batteries states.