This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Description
I was wondering how bincode currently handles Arc/Rcs. In the case of a DAG (directed acyclic graph), does it duplicate the data, or does it share the data?
I did see #139 , however, I couldn't figure out what the status quo is.
I'd love it if there were a bit of documentation regarding that, similar to what rkyv has.