knowledgebase/Linklist.md

21 lines
699 B
Markdown
Raw Permalink Normal View History

2023-12-01 10:47:12 +01:00
# Lehrmaterialien
# Allokatoren
2023-12-01 10:47:25 +01:00
- 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
2023-12-01 10:47:12 +01:00
# Sonstiges
2024-01-24 10:52:53 +01:00
# 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