Self Referential Structs in Rust (Part 2)
Before You Read I strongly advise you to read Part 1 if you haven't read it yet. It goes into the basics of self referential structs, how a basic solution can be achieved (given below) and the flaws in the design. This article aims to fix the flaws a...
Nov 26, 202112 min read1.1K

