A repository of beginner friendly projects for learning rust-lang.
s.no. | project | description |
---|---|---|
1 | todo list manager | a cli todo application supporting all crud operations |
2 | file explorer | a cli file explorer application which mimics terminal commands for file operations |
3 | weather forecast | a cli application which provides the weather forecast of given location right from your terminal |
4 | text formatter | a cli application which performs formatting operation on a text file |
5 | currency converter | a cli currency conversion application |
6 | password manager | a cli based local password manager application |
7 | http server | a custom http server which serves html page |