Rust 語言之旅 目錄

[沒有翻譯] Chapter 8 - Smart Pointers

In this chapter we will demystify smart pointers. Let's explore into these data structures that let us interact with the lowest level of memory.

Ferris says: "Don't feel overwhelmed by this chapter if you don't feel you can write your own low level memory management code in one short read. This chapter is mostly to introduce you to some useful tools and give a glimpse at how they work!"

Mascot Ferris