Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 279 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 279 Bytes

My Portfolio Projects in Rust

  1. Mini language (a simple compiler).
  2. Sending-frames (tokio lib).
  3. Parallel computation of N factorial.
  4. Parallel computation of sum of integers stored in a file.
  5. Implementation of Linux wc command.
  6. arc-mutex (simple tutorial)