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