An open API service indexing awesome lists of open source software.

https://github.com/p-obrthr/rust-from-scratch

from scratch implementations
https://github.com/p-obrthr/rust-from-scratch

codecrafters http-server kafka rust

Last synced: about 1 year ago
JSON representation

from scratch implementations

Awesome Lists containing this project

README

          

## Rust From Scratch
---

A collection of Rust projects, simplified implementations and personal experiments based on [Codecrafters](https://www.codecrafters.io) challenges.

### Philosophy
- **No Cargo** — compiled directly with `rustc`
- **No external crates** — only the standard library
- **Focus on fundamentals** — raw, minimal, educational