From 5ab3651c4360cb288d372d45f5e849dee297f62a Mon Sep 17 00:00:00 2001 From: Erik Jonkers Date: Tue, 17 Jun 2025 16:11:02 +0200 Subject: [PATCH] Blog post on switching bzip2 to rust --- draft/2025-06-18-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-06-18-this-week-in-rust.md b/draft/2025-06-18-this-week-in-rust.md index 5aecbabb0..35a8ed282 100644 --- a/draft/2025-06-18-this-week-in-rust.md +++ b/draft/2025-06-18-this-week-in-rust.md @@ -47,6 +47,7 @@ and just ask the editors to select the category. ### Research ### Miscellaneous +* [bzip2 crate switches from C to 100% rust](https://trifectatech.org/blog/bzip2-crate-switches-from-c-to-rust/) ## Crate of the Week