Re-export of serde_repr. If you import this, you must make sure to import repr::serde_repr
or the derive macros won’t work properly. You should generally import as:
Re-export of serde_tuple. If you import this, you must make sure to import
tuple::serde_tuple or the derive macros won’t work properly. You should generally import as:
Helper visitor to match Go’s default behaviour of serializing uninitialized slices as null.
This will be able to deserialize null as empty Vectors of the type.
CBOR should be used to pass CBOR data when internal links don’t need to be
traversable/reachable. When a CBOR block is loaded, said links will not be added to the
reachable set.