Started learning Rust
Time to get Rusty!
Piqued interest in Rust language. Been quite a time writing in statically typed language. Rust is relatively challenging to master, but this is very easily offset by its efficiency. It's super fast and memory-safe! Easily better than Java and elk. Perhaps even more than C/C++. This is enforced through its borrow checking mechanism, unlike Java's garbage collector. I did implement Exercism exercises to get a grasp on Rust.