This is my first ever program in Rust, I’ve made it using only the book, the reference, and any documentation about the crates/functions i was using on the official rust lang website. I have the feeling this could be cleaned up a lot, looking for suggestions. extern crate rand; extern crate device_query; use std::{vec, thread::sleep, […]