From b1a2ad1551602457d2f0241f3e4c9c8dc0bfcf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 4 Jun 2025 12:11:17 +0200 Subject: [PATCH] Add Ratatui block border merging --- draft/2025-06-04-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-06-04-this-week-in-rust.md b/draft/2025-06-04-this-week-in-rust.md index 7e01c20fb..3cc5b0dc4 100644 --- a/draft/2025-06-04-this-week-in-rust.md +++ b/draft/2025-06-04-this-week-in-rust.md @@ -42,6 +42,7 @@ and just ask the editors to select the category. * [What's new in SeaORM 1.1.12](https://www.sea-ql.org/blog/2025-06-01-whats-new-in-sea-orm-1.1/) * [git-cliff 2.9.0 is released!](https://git-cliff.org/blog/2.9.0) * [Ratatui's "Rat in the Wild" Challenge](https://github.com/ratatui/ratatui/discussions/1886) +* [Ratatui Block Border Merging](https://jslazak.com/ratatui-border-merging/) ### Observations/Thoughts * [In Praise of Shuttle: Oxidizing the Capibara Web API](https://justinwoodring.com/blog/rewriting-the-capibara-web-api-in-rust/)