Expand description
nokiahealth
is a crate that helps manage
NOKIA Health data.
Currently the supported data is weight
only. The only supported storage
is InfluxDB
.
Modulesยง
- The
data
module contains the structs and readers for all the data handling. Currently only theweight
module. - The
storage
module contains all the storage handling. Currently only theinfluxdb
module.