Learning Rust from scratch from Rust The Book.
-
Updated
Oct 10, 2021 - Rust
Learning Rust from scratch from Rust The Book.
A wrapper around Rc<RefCell<T>> allowing immediate access to inner methods, without the need for .borrow() or .borrow_mut(), allowing for a more seamless pointer experience.
Add a description, image, and links to the smartpointers topic page so that developers can more easily learn about it.
To associate your repository with the smartpointers topic, visit your repo's landing page and select "manage topics."