From 4164dee7521621a476608f884fb90ec77f29ba6f Mon Sep 17 00:00:00 2001 From: Chojan Shang Date: Thu, 11 Aug 2022 09:40:30 +0800 Subject: [PATCH] Add this week in Databend 54 --- draft/2022-08-10-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2022-08-10-this-week-in-rust.md b/draft/2022-08-10-this-week-in-rust.md index 5cf45b204..98c2baa49 100644 --- a/draft/2022-08-10-this-week-in-rust.md +++ b/draft/2022-08-10-this-week-in-rust.md @@ -50,6 +50,7 @@ and just ask the editors to select the category. * [Fornjot (code-first CAD in Rust) - Weekly Release - 2022-W32](https://www.fornjot.app/blog/weekly-release/2022-w32/) * [Fang, async background processing for Rust](https://pxp9.github.io/rust/async-processing/) * [HexoSynth 2022 - Devlog #8 - A Visual DSP Programming Language](https://m8geil.de/posts/hexosynth-8/) +* [This week in Databend #54: A Modern Cloud Data Warehouse for Everyone](https://weekly.databend.rs/2022-08-10-databend-weekly/) ### Observations/Thoughts * [Using unwrap() in Rust is Okay](https://blog.burntsushi.net/unwrap/)