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