Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 274 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 274 Bytes

To run the examples, simply clone the repo, then

cargo run --example temp

or

cargo run --example length

to build and run the temperature or length examples, respectively.

Requires Rust, install using rustup.rs