Parse CLI arguments without 3rd party crates
Minimal command-line argument parsing in Rust without dependencies.
How to create a 2D matrix in Rust
Learn two methods for dynamically creating a 2D matrix, one using functional programming and the other imperative.
Convert a UNIX timestamp to Rust
The general strategy is to convert the integer to a type that’s unaware of time zones, such as chrono::NaiveDateTime, then convert that time to one that’s timezone-aware, such as chrono::Utc.
Example Article
The excerpt serves as a way to store the subtitle of this post.