rust/lifetimes.md
Alexis Beingessner cc5b4d314c add md files
2015-06-08 09:41:58 -07:00

202 B

% Advanced Lifetimes

Lifetimes are the breakout feature of Rust.

Safe Rust

  • no aliasing of &mut

Unsafe Rust

  • Splitting lifetimes into disjoint regions
  • Creating lifetimes from raw pointers