You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nomicon/vec.md

7 lines
230 B

10 years ago
% Example: Implementing Vec
To bring everything together, we're going to write `std::Vec` from scratch.
10 years ago
Because all the best tools for writing unsafe code are unstable, this
10 years ago
project will only work on nightly (as of Rust 1.2.0).