Skip to content

Files

Latest commit

8d6b568 · Jun 29, 2015

History

History
7 lines (6 loc) · 285 Bytes

guide-pointers.md

File metadata and controls

7 lines (6 loc) · 285 Bytes

% The Rust Pointer Guide

This content has been removed, with no direct replacement. Rust only has two built-in pointer types now, references and raw pointers. Older Rusts had many more pointer types, they’re gone now.