# Functions
NewMarshallerAtlased constructs a new cbor Marshaller using the given atlas.
NewPooledCloner returns a PooledCloner with the given atlas.
NewPooledMarshaller returns a PooledMarshaller with the given atlas.
NewPooledUnmarshaller returns a PooledUnmarshaller with the given atlas.
NewUnmarshallerAtlased creates a new reusable unmarshaller.
# Structs
Marshaller is a reusbale CBOR marshaller.
PooledCloner is a thread-safe pooled object cloner.
PooledMarshaller is a thread-safe pooled CBOR marshaller.
PooledUnmarshaller is a thread-safe pooled CBOR unmarshaller.
Unmarshaller is a reusable CBOR unmarshaller.