docs.rs failed to build lhm-client-0.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
LHM Client
Client that can consume the LHM Service from user-land
use ;
let mut client = connect.await.unwrap;
client
.set_options
.await
.unwrap;
client.update.await.unwrap;
let hardware = client.get_hardware.await.unwrap;
let cpus: = hardware
.iter
.filter
.collect;
let cpu_temps = cpus
.iter
.flat_map
.;
let temp = cpu_temps
.iter
.find;
let temp = temp.map.expect;
println!;