From 13003e7f8e5e46cc7f5b491634a04cb2150bb718 Mon Sep 17 00:00:00 2001 From: Paul Nehlich Date: Wed, 24 Jan 2024 10:52:53 +0100 Subject: [PATCH] Linklist.md aktualisiert --- Linklist.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Linklist.md b/Linklist.md index a2057eb..74ee0d1 100644 --- a/Linklist.md +++ b/Linklist.md @@ -10,3 +10,11 @@ # Sonstiges + +# Zerocopy -- Using Data without relocation in Memory +- https://docs.rs/zerocopy/latest/zerocopy/ +- https://manishearth.github.io/blog/2022/08/03/zero-copy-2-zero-copy-all-the-things/ +- https://rustrepo.com/repo/elkodon--true-zerocopy-interprocesscommunication-in-rust +- https://manishearth.github.io/blog/2022/08/03/zero-copy-1-not-a-yoking-matter/ +- https://google.github.io/comprehensive-rust/de/bare-metal/useful-crates/zerocopy.html +