So! Let's go through the whole process of: Writing up some Rust code to get the current time, format it and display on the console, maybe add some kind of functionality to guess how much time there is between 2 dates and publish it as a Crates.
Table of contents:
ThoughtsCode time!Publishing on Crates.ioThinking time (no pun intended)
So we want to make a little library that lets us print the current system time, maybe in several formats. Let's start with that much. Quick search through the...
Published on November 18, 2021 02:34