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
- Host: GitHub
- URL: https://github.com/p-obrthr/rust-from-scratch
- Owner: p-obrthr
- Created: 2025-04-01T20:45:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T13:08:10.000Z (about 1 year ago)
- Last Synced: 2025-06-14T14:22:42.475Z (about 1 year ago)
- Topics: codecrafters, http-server, kafka, rust
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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