- This repository contains a number of different programs written in Rust for learning purposes
- Project Euler - Programming problems solved in Rust accompanied with a pseudocode solution in JavaScript
- cat - Unix utility program that reads files sequentially, writing them to standard output.
- pwd - Unix utility program that writes the full pathname of the current working directory to standard output.
- ls - Unix utlity program that lists computer files in the current working directory to standard output.
- smh - Unix shell written in Rust that utilizes my own implementation of common command line utility programs
- Rust Project Ideas
- Rust for JavaScript Developers - Functions and Control Flow
- Rust for JavaScript Developers - Pattern Matching and Enums
- Clear explanation of Rust’s module system
- Crate - sysinfo
- What feature of Rust is used very often by experienced programmers, but not so much by a newbie?
- Choosing a Rust web framework, 2020 edition