Skip to content

shankarsengalani/RustSamples

Repository files navigation

RustSamples

This repository holds the following sample writen in Rust.

  1. File Operation
  2. Network Operation
  3. Threading
  4. GUI - Animation
  5. 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.

About

Basic operation like file, threading and GUI using Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages