I'm just learning Rust memory management primitives. I summarized it in this table. I believe it might be useful for other Rust autists
# sources
- Fn: https://doc.rust-lang.org/std/ops/trait.Fn.html
- Cell: https://doc.rust-lang.org/std/cell/index.html
- Arc: https://doc.rust-lang.org/std/sync/struct.Arc.html
- sync: https://doc.rust-lang.org/std/sync/index.html
- see also
- atomic: https://doc.rust-lang.org/std/sync/atomic/index.html