Day 1: Learning Rust
Why Rust Lang?
Performance: Rust is known for its high performance, as it produces machine code that is as fast as C or C++. This is due to its strict compile-time checking, which helps catch bugs early on and avoid the need for runtime checks.
Saf...
sivanaik.hashnode.dev3 min read