From d57a25d2fbf5ce637210d84c0bd5a220161fd5f2 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 15 Dec 2018 17:44:38 -0500 Subject: [PATCH] Include links to view the code --- _posts/2018-12-15-allocation-safety.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_posts/2018-12-15-allocation-safety.md b/_posts/2018-12-15-allocation-safety.md index 27591ce..0c92612 100644 --- a/_posts/2018-12-15-allocation-safety.md +++ b/_posts/2018-12-15-allocation-safety.md @@ -212,6 +212,9 @@ While there's a lot more to writing high-performance code than managing your usa of the allocator, it's critical that you do use the allocator correctly. QADAPT will verify that your code is doing what you expect. It's usable even on stable Rust from version 1.31 onward, which isn't the case for most allocators. +Version 1.0 was released today, and you can check it out over at +[crates.io](https://crates.io/crates/qadapt) or on +[github](https://github.com/bspeice/qadapt). I'm hoping to write more about high-performance Rust in the future, and I expect that QADAPT will help guide that. If there are topics you're interested in,