A Rust library allowing access to the data provided by apcupsd.
```rust use apcaccess_rs::{APCAccess, APCAccessConfig};
let apc = APCAccess::new(Some(APCAccessConfig { ..Default::default() })); let data = apc.fetch().unwrap(); // returns a hashmap of the data ```
You can see possible keys in the resources folder based on your UPS.