This repo contains a collection of Rust projects, exercises and notes.
- In (main-)memory database system - Vivs
- Simple text search and replacement tool - Search and replace
- Another text search tool - Litegrep
- HashTable implementation - HashTable / HashMap implementation
- LinkedList implementation - LinkedList
- A very simple uname tool - Uname
- A simple
cat
command clone - Concat - A minimal
echo
command clone - Echo - A minimal
uname
command clone - Echo
- Book review service - Bookreview
- A collection of algorithms / coding challenges implemented in Rust - Algorithms
- Mandelbrot set plotter - Mandelbrot
- GCD - Greatest common divisor
- String splitter and most repeated character identifier - StrSplit
- The Rust Programming Language (in HFTs) - https://markrbest.github.io/hft-and-rust/