biometrics_pb

Crates.iobiometrics_pb
lib.rsbiometrics_pb
version
sourcesrc
created_at2023-06-25 18:33:21.491026
updated_at2025-02-04 08:32:42.666838
descriptionbiometrics_pb provides protocol buffers corresponding to biometric readings.
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id899742
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Robert Escriva (rescrv)

documentation

README

biometrics_pb

biometrics_pb provides protocol buffers corresponding to biometric readings.

Status

Active development. Biometrics is likely to change in the near future in backwards-incompatible ways and the readings may change too. Planned changes will affect how to register sensors in order to solve the dependency graph problem.

This library will be documented when it transitions to maintenance track.

Scope

This library should provide one type for each type of reading supported by the biometrics crate.

Warts

  • Currently there's no support for T-digest.
  • Currently there's no documentation.

Documentation

The latest documentation is always available at docs.rs.

Commit count: 1682

cargo fmt