weighty 0.1.1

Weighty is a Rust library for reading from HID scales.
Documentation
[badges.maintenance]
status = "actively-developed"

[[bin]]
name = "weigh"
required-features = ["units"]

[dependencies.hidapi]
version = "1.2.3"

[dependencies.uom]
optional = true
version = "^0"

[features]
default = []
units = ["uom"]

[package]
authors = ["M@ Dunlap <mattdunlap@gmail.com>"]
description = "Weighty is a Rust library for reading from HID scales."
edition = "2018"
keywords = ["hid", "scale"]
license = "MIT"
name = "weighty"
repository = "https://github.com/dunmatt/weighty"
version = "0.1.1"