robot-hat-rs 0.0.2

The unofficial Rust implementation of robot-hat Python Library.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "anyhow"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"

[[package]]
name = "libc"
version = "0.2.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"

[[package]]
name = "robot-hat-rs"
version = "0.0.2"
dependencies = [
 "anyhow",
 "rppal",
]

[[package]]
name = "rppal"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "815253b59e1b9c89918977155f7a4f39007cfe2b0cc5cf50615f9df275b9453c"
dependencies = [
 "libc",
]