This repo is the code introducted in the book Learn Rust With Entirely Too Many Linked Lists that I used to understand how Rust's Box
and Rc
works.
You can also check their github repository in here.
All the credits go for the people that worked on the book.