Home

Awesome

A server for my personal resume/portfolio, written completely in RustScript

https://mikail-khan.com/


This server relies on two RustScript helper libraries:

While rustscript_web handles all of the routing and a lot of HTTP setup, the actual HTTP(S) implementation is done through RustScript's start_server() and start_server_ssl() builtins, which leverage the ocaml-cohttp library.