A looping command-line clock written in rust.
This makes use of the Time crate.
- Development (unoptimized)
cargo build
- Release (optimized)
cargo build --release
user@~/rust_clock/target/release$ ./rust_clock
six seventeen in the evening
six eighteen in the evening
Make the looping cleaner so it just doesn't continue line by line, printing same time.- Clear the screen when time changes.