summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Nils Ferner <jan@myelin.ch>2019-05-24 16:55:31 +0200
committerGitHub <noreply@github.com>2019-05-24 16:55:31 +0200
commit2e3205a65adaafd5bc361bc137b7b80c1a80af89 (patch)
tree7d2e97f993caa5a4ab085c890b523b93dfdecf65
parentdb33b00b96e378aebb9f481f82b350f09d2fbf29 (diff)
Add blog post for mockiato release
-rw-r--r--drafts/2019-05-28-this-week-in-rust.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/drafts/2019-05-28-this-week-in-rust.md b/drafts/2019-05-28-this-week-in-rust.md
index 4ef2f7c..57e2cf0 100644
--- a/drafts/2019-05-28-this-week-in-rust.md
+++ b/drafts/2019-05-28-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
+* [Announcing Mockiato - A strict, yet friendly mocking library for Rust 2018](https://blog.myelin.ch/2019/05/24/mockiato-announcement.html).
+
# Crate of the Week
This week we have two crates: [memory-profiles](https://github.com/nokia/memory-profiler), does what it says on the box. [momo](https://github.com/llogiq/momo) is a procedural macro that outlines generic conversions to reduce monomorphized code. Thanks to [ehsanmok](https://users.rust-lang.org/t/crate-of-the-week/2704/549) and llogiq for the suggestion!