Kara Alexandra
Kara Alexandra
Great suggestions, thanks! And I see I needed to run `cargo fmt`, will do that as well. :)
Thanks for the tip on using an enum--that's exactly what the situation called for, but I didn't know how rust enums worked. Learning, yay :) And using json seems a...
> there's a built-in function `u64::from_le_bytes`that would be equivalent to your `from_bytes_le` looking at the documentation (without having played around with it yet), it looks like that function wants exactly...