An open API service indexing awesome lists of open source software.

https://github.com/ndeta100/mutability_in_rust

smart pointers and interior mutability, by re-implementing the Cell, RefCell, and Rc types from the standard library
https://github.com/ndeta100/mutability_in_rust

rust

Last synced: 9 months ago
JSON representation

smart pointers and interior mutability, by re-implementing the Cell, RefCell, and Rc types from the standard library

Awesome Lists containing this project

README

          

### Mutability in rust

[YouTube](https://youtu.be/8O0Nt9qY_vo)

[The rustlang Book](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html)