From 57c42aab8a6f67b9eb5fc9236ec89bcf99b61d48 Mon Sep 17 00:00:00 2001 From: Teymour Aldridge Date: Thu, 5 Aug 2021 15:59:05 +0100 Subject: [PATCH] Fix a link in structured. --- structured.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structured.md b/structured.md index a19bbd9..289c28d 100644 --- a/structured.md +++ b/structured.md @@ -44,7 +44,7 @@ use { ## zero-copy serialization -We will be relying on Google's [zerocopy](docs.rs/zerocopy) crate +We will be relying on Google's [zerocopy](https://docs.rs/zerocopy) crate to work with our high-level Rust structures. It's a nice way for treating unaligned slices of bytes as high-level Rust structures that may be mutated in-place. It's quite light-weight.