Closed mrodz closed 7 months ago
Check out these crates:
Circular references are also a problem at compilation and will leak memory in some cases. Usually it's when a class has an Rc
property and a field that references the class.
Also, reworking mutability and lifetimes with a garbage collected object may prove troublesome.