Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 288 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 288 Bytes

RustWebServer

A tiny web server written in Rust

main.rs contains a small web server implementation written in Rust, a C-like language. The web server included synchronization, scheduling, memory management, file streaming, file caching, and server-side bashing functionalities.