A collection of Rust lang projects for beginners
- Guessing game : a simple number guessing game that allows user input and shows the guessed number.
- Marco Polo CLI: a simple marco polo game in CLI
- CSV reader: a CLI csv reader that takes in a file path and prints contents in the command line.
- Rust Web App: Introduction to web in rust
- Moving Avg: Exploring lists in Rust
- CSV web : a web interface to read and preview csvs
- Data Wrangler: a data wranfling script(mimics pandas behaviour)
- Summary Stats: get summary stats from a csv
- Sentiment Analyzer: Reads lines in a file and used sentimentrs crate to analyze it
- Data Generator: Generate random data