2015-06-20 23:15:48 -07:00
|
|
|
% Example: Implementing Vec
|
|
|
|
|
|
|
|
To bring everything together, we're going to write `std::Vec` from scratch.
|
2015-06-25 11:24:14 +02:00
|
|
|
Because all the best tools for writing unsafe code are unstable, this
|
2015-06-20 23:15:48 -07:00
|
|
|
project will only work on nightly (as of Rust 1.2.0).
|
|
|
|
|