Skip to content

kellpossible/smart-pointers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Pointers and Interior Mutability Notes

This repository contains my notes following along with the video presentation Crust of Rust: Smart Pointers and Interior Mutability by Jon Gjengset. It explores how to implement simple versions of the standard library's Cell, RefCell, Rc, and how to make use of unsafe code and the UnsafeCell to implement these lower level constructs and document it correctly.

WARNING: this code should not be used in production!

About

My notes following along with the video presentation "Crust of Rust: Smart Pointers and Interior Mutability" by Jon Gjengset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages