From 2dd70372829158fb27cd09f09a201c3e388a66a7 Mon Sep 17 00:00:00 2001 From: Milan Opath Date: Mon, 26 Mar 2018 14:59:47 +0200 Subject: [PATCH] number 227 - added blog post added "Designing a fast CLI join tool with rust" --- drafts/2018-03-27-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drafts/2018-03-27-this-week-in-rust.md b/drafts/2018-03-27-this-week-in-rust.md index 3751b9f45..911dc0aed 100644 --- a/drafts/2018-03-27-this-week-in-rust.md +++ b/drafts/2018-03-27-this-week-in-rust.md @@ -16,6 +16,8 @@ If you find any errors in this week's issue, [please submit a PR](https://github ## News & Blog Posts +* [Designing a fast CLI join tool with rust](https://milancio42.github.io/blog/2018-03-22-rjoin/) + # Crate of the Week This week's crate is [noisy_float](https://crates.io/crates/noisy_float), a crate with surprisingly useful floating point types that would rather panic than be Not a Number. Thanks to [Ayose Cazorla](https://users.rust-lang.org/u/ayosec) for the suggestion.