Part 1: RougeDB v1 - Using the Standard Library

In this section, we're focusing on getting some basic up and working. It'll also be a good time to learn more about the standard library and how rich it actually is. Rust's somewhat (in)famous within its peer languages of forcing programmers to rely heavily on third-party packages (crates). This section aims to challenge that perception.