raspberrypi-utils

Crates.ioraspberrypi-utils
lib.rsraspberrypi-utils
version0.0.3
created_at2026-01-04 16:50:46.769771+00
updated_at2026-01-04 20:27:44.585328+00
descriptionSafe Rust bindings for raspberrypi-utils
homepage
repositoryhttps://github.com/lizcore-tech/raspberrypi-utils-rs
max_upload_size
id2022185
size16,128
Marçal (marcalj)

documentation

https://docs.rs/raspberrypi-utils

README

raspberrypi-utils-rs

Latest version Documentation License

Rust bindings for raspberrypi-utils. Mainly for piolib.

Project structure:

Code generation uses a cached clone under raspberrypi-utils-git; run git checkout <commit-hash-or-tag> occasionally to fetch the latest upstream tags before regenerating versioned_files.

Building

libcamera-sys requires cmake device-tree-compiler libfdt-dev libgnutls28-dev packages installed and accessible via pkg-config.

No other special dependencies are needed. All crates can be built from the root workspace dir with cargo build --workspace.

Running examples

Run LED string animation (code):

cargo run --example ws281x

Notes

Contributions are welcome! Please open an issue or submit a pull request.

License

Licensed under either of

at your option.

Commit count: 0

cargo fmt