From d11517f010df2c8c8b982d809d6b979a9835756d Mon Sep 17 00:00:00 2001 From: Joshua Liebow-Feeser Date: Wed, 19 Jun 2024 05:36:02 -0700 Subject: [PATCH] README: Update zerocopy's description Update zerocopy's description based on its docs (docs.rs/zerocopy). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d34d58..c417edb 100644 --- a/README.md +++ b/README.md @@ -1756,7 +1756,7 @@ See also [Are we game yet?](https://arewegameyet.rs) ### Unsafe -* [zerocopy](https://crates.io/crates/zerocopy) — Utilities for safely reinterpreting arbitrary byte sequences as native Rust types +* [zerocopy](https://crates.io/crates/zerocopy) — "Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe` so you don’t have to." ### Video