Pinned Repositories
fsh
A simple Linux shell written in rust.
handshake
A purely educational implementation of TCP
magnitude
Magnitude - To infinity and beyond!
maminrayej.github.io
prepona
A graph crate with simplicity in mind
rudac
Rudac is a Rust Data structure and Algorithm Crate. It aims to be a comprehensive crate of useful data structure and algorithms.
tidy-builder
tidy-builder is a builder generator that is compile-time correct.
tidy-tuntap
Rust crate for working with TUN/TAP devices.
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
wasmer
🚀 The leading Wasm Runtime supporting WASIX and WASI
maminrayej's Repositories
maminrayej/prepona
A graph crate with simplicity in mind
maminrayej/tidy-builder
tidy-builder is a builder generator that is compile-time correct.
maminrayej/rudac
Rudac is a Rust Data structure and Algorithm Crate. It aims to be a comprehensive crate of useful data structure and algorithms.
maminrayej/fsh
A simple Linux shell written in rust.
maminrayej/handshake
A purely educational implementation of TCP
maminrayej/magnitude
Magnitude - To infinity and beyond!
maminrayej/maminrayej.github.io
maminrayej/nd_array
Crate for linear algebra that tries to have an API similar to numpy.
maminrayej/tidy-tuntap
Rust crate for working with TUN/TAP devices.
maminrayej/dolus
maminrayej/edu-epoll
[WIP] Crate for asynchronous I/O on Linux using epoll for educational purposes.
maminrayej/WIDESim
Simulator for concurrent execution of multiple workflows in fog computing environment
maminrayej/configs
maminrayej/edu-netstack
[WIP] Implementation of a simple network stack for educational purposes
maminrayej/fos
A simple operating system written in rust
maminrayej/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
maminrayej/raw-tcp-tcho-server
An echo TCP server using raw system calls (no_std, no libc).
maminrayej/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
maminrayej/wasix-libc
wasix libc implementation for WebAssembly