DEV Community

Bill Mitchell
Bill Mitchell

Posted on • Updated on

Learning Rust by creating a terminal clock - Part 0

I'm in the process of learning Rust. I am a believer in the best way to learn a language is to just start using it.

So with that, I've created https://github.com/bmitch/relogio which is a terminal clock, written in Rust and very much inspired by the https://github.com/rothman857/chronometer project.

The goal of this project is to build a cool terminal clock while learning Rust at the same time.

I've got a very initial version working. The code may not be the best but as I go I intend to clean it up as I learn things.

Are you experienced with Rust and want to provide feedback? That would be great, I welcome any and all feedback.

Are you also new to Rust and trying to learn it? Feel free to follow me as I continue on with the project.

Have some feature ideas or found a bug? Please feel free to open an issue on the project. Thanks!

https://github.com/bmitch/relogio

Top comments (1)

Collapse
 
exadra37 profile image
Paulo Renato • Edited

Well done ;)

Keep us posted with the progress :)