2021-04-10 by Rahul Singh
We've often encountered the sitution that requires a piece of data to be stored in multiple containers and this is trivially solved in garbage collected languages like Go or Java. However the same solution isn't quite as straightforward in Rust.
Continue Reading ...