From 0662e9c66344e723b8c20f518bf25d489bffdd7d Mon Sep 17 00:00:00 2001 From: viease Date: Sun, 6 Jul 2025 20:23:20 +0800 Subject: [PATCH 1/2] A MinIO alternative written in Rust --- draft/2025-07-09-this-week-in-rust.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/draft/2025-07-09-this-week-in-rust.md b/draft/2025-07-09-this-week-in-rust.md index c4c5fe68b..fab1647db 100644 --- a/draft/2025-07-09-this-week-in-rust.md +++ b/draft/2025-07-09-this-week-in-rust.md @@ -40,6 +40,17 @@ and just ask the editors to select the category. ### Project/Tooling Updates +#### A MinIO alternative written in Rust + +A distributed object storage product has been rewritten in Rust, named RustFS. +GitHub address: https://github.com/rustfs/rustfs + +Ranked first in the Github Rust Language Ranking on July 6, 2025. +Ranked second in the Github All Languages ​​Ranking. + +Project address: https://rustfs.com + + ### Observations/Thoughts ### Rust Walkthroughs From ef634e9a730864e3d0a96e3b34d3db33d22505c4 Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 9 Jul 2025 10:09:12 -0700 Subject: [PATCH 2/2] Edit for length and format --- draft/2025-07-09-this-week-in-rust.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/draft/2025-07-09-this-week-in-rust.md b/draft/2025-07-09-this-week-in-rust.md index fab1647db..accf884d3 100644 --- a/draft/2025-07-09-this-week-in-rust.md +++ b/draft/2025-07-09-this-week-in-rust.md @@ -40,17 +40,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates -#### A MinIO alternative written in Rust - -A distributed object storage product has been rewritten in Rust, named RustFS. -GitHub address: https://github.com/rustfs/rustfs - -Ranked first in the Github Rust Language Ranking on July 6, 2025. -Ranked second in the Github All Languages ​​Ranking. - -Project address: https://rustfs.com - - +[RustFS: distributed object storage and MinIO alternative written in Rust](https://github.com/rustfs/rustfs) ### Observations/Thoughts ### Rust Walkthroughs