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
- Host: GitHub
- URL: https://github.com/ndeta100/mutability_in_rust
- Owner: Ndeta100
- Created: 2022-08-19T13:57:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T16:34:36.000Z (over 3 years ago)
- Last Synced: 2025-02-15T22:25:12.831Z (11 months ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)