|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
To bring everything together, we're going to write `std::Vec` from scratch.
|
|
|
|
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
|
|
|
|
Because all the best tools for writing unsafe code are unstable, this
|
|
|
|
project will only work on nightly (as of Rust 1.2.0). With the exception of the
|
|
|
|
project will only work on nightly (as of Rust 1.9.0). With the exception of the
|
|
|
|
allocator API, much of the unstable code we'll use is expected to be stabilized
|
|
|
|
allocator API, much of the unstable code we'll use is expected to be stabilized
|
|
|
|
in a similar form as it is today.
|
|
|
|
in a similar form as it is today.
|
|
|
|
|
|
|
|
|
|
|
|