| Crates.io | pebble-rust |
| lib.rs | pebble-rust |
| version | 0.1.0 |
| created_at | 2019-05-11 17:11:07.604506+00 |
| updated_at | 2019-05-11 17:11:07.604506+00 |
| description | Pebble bindings for Rust. See repository for instructions. |
| homepage | |
| repository | https://github.com/RoccoDev/pebble-rust |
| max_upload_size | |
| id | 133573 |
| size | 28,998 |
This crate provides a subset of the Pebble SDK, using somewhat modern Rust.
I recommend looking at the examples for instructions. Please note that the following tools are needed:
arm-none-eabi GNU toolchain (the Pebble SDK comes with one);thumbv7m-none-eabi Rust target (rustup target add thumbv7m-none-eabi);Building is done through the build.sh file.
Once the build is complete, you can install the app using pebble install.
This project is licensed under both the GPLv3 and BSD-3-Clause licenses. Derivatives of this project should comply with both.
Special thanks to andars. This project uses some files of their pebble.rs project.