Skip to content

Commit 0d20835

Browse files
committed
[draft] Small post about recent hecto-rs project
1 parent 70454bd commit 0d20835

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

_drafts/2025-01-16-hecto-rs.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: post
3+
title: "Hecto.rs - A toy Rusty text editor"
4+
date: 2025-01-16 00:00:00 +0000
5+
---
6+
7+
I took a break from paid work in the later half of 2025 with the goal of intentionally choosing the next iteration of my career.
8+
9+
One of the outcomes is more time to play around with Rust, something I've wanted to do for years.
10+
11+
A big shout out to [Philipp Flenker](https://philippflenker.com/) for a great write up on a small project to build a terminal text editor in Rust called [Hecto.rs](https://github.com/philippflenker/hecto-rs).
12+
13+
👉 Here's my take on it over the winter holidays: [https://github.com/callpraths/hecto-rs](https://github.com/callpraths/hecto-rs). 👈
14+
15+
The final architecture and code structure doesn't follow Philipp's, as I made my own incremental design choices through the process.
16+
Had a ton of fun, and..
17+
18+
{:refdef: style="text-align: center;"}
19+
![](/assets/article_images/misc/it-is-alive.gif)
20+
{: refdef}
1.55 MB
Loading

0 commit comments

Comments
 (0)