arthurlm / codecrafters-http-server-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codecrafters HTTP Server

Solution to the Codecrafters HTTP Server challenge.

  • Everything works.
  • Contains comment on code.
  • Have unit tests.
  • Have minimal usage on unwrap / expect.
  • use nom to parse HTTP protocol 😎.

About

License:MIT License


Languages

Language:Rust 98.4%Language:Shell 1.6%