This repository holds the following sample writen in Rust.
- File Operation
- Network Operation
- Threading
- GUI - Animation
- GUI - Event Handling
###Important Notes:
In File Operation the output file reside at out folder inside fileOperation directory.
For Network Operation you must create a TCP server, running at 127.0.0.1:8080.
GUI application need SDL2.dll which is already available inside the directory.
In Event Handling, both keyboard and mouse buttons are handled. A new box on the window will appear when left mouse button is pressed.