# Lehrmaterialien # Allokatoren - https://doc.rust-lang.org/std/alloc/trait.Allocator.html - https://doc.rust-lang.org/beta/core/alloc/trait.Allocator.html - https://github.com/rust-embedded/embedded-alloc - https://github.com/SFBdragon/talc # 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