raspberrypi-utils 0.0.3

Safe Rust bindings for raspberrypi-utils
Documentation
[package]
name = "raspberrypi-utils"
version = "0.0.3"
edition = "2024"
description = "Safe Rust bindings for raspberrypi-utils"
documentation = "https://docs.rs/raspberrypi-utils"
repository = "https://github.com/lizcore-tech/raspberrypi-utils-rs"
license = "MIT OR BSD-3-Clause"
keywords = ["raspberrypi-utils", "leds", "ws281x", "piolib"]
categories = ["hardware-support"]
readme = "../README.md"
authors = ["Marçal Juan Llaó <marcal@lizcore.com>"]

[dependencies]
raspberrypi-utils-sys = { path = "../raspberrypi-utils-sys", version = "0.0.3" }
rand = "0.9.2"

[dev-dependencies]

[[example]]
name = "ws281x"
path = "examples/ws281x.rs"