battery 0.7.8

Cross-platform information about the notebook batteries
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod device;
mod iterator;
mod manager;
mod sysfs;

pub use self::device::SysFsDevice;
pub use self::iterator::SysFsIterator;
pub use self::manager::SysFsManager;

#[cfg(test)]
mod tests;