This repository contains a by no means comprehensive list of projects I made while learning rust.
Project | Description | Date |
---|---|---|
hello-rust | Hello world in Rust, powered by NodeJS! | September 23rd, 2020 |
binary-tree | Creates and inverts a simple binary tree in rust! | October 28th, 2020 |
bitwise-calc | Add and subtract numbers up to 256 | November 11th, 2020 |
simple-triangle | Renders a triangle | October 31st, 2021 |
web-server | Simple multi-threaded webserver | January 6th, 2023 |
evil-hangman | Play Evil Hangman in the terminal | September 11th, 2023 |