Summary

As far as memory handling is concerned, Rust does a lot for the developer and virtually ensures that it is impossible to run into the same form of issues as found in C. Freeing up memory from the heap is automatic, and there is even protection when using pointers by having unique and multiple protected pointers.

In the next chapter, we will have some respite from learning and see how you can put what we have covered into your own applications.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset