Implement an option to sort map keys on serialization
Custom serializer support (untested/undocumented)
Allow port to be omitted in calls to cbor-read and cbor-write
Specify contracts for config mutators
Test vector and sequence encoding
Rename collection (and racket package) to `cbor`
Use list shorthand in decoder, update readme
Start testing encoder, split some test data and share it between encode/decode tests
Support writing vectors and sequences
Make read-n-bytes performant (tm)
Implement bignums and enable the disabled tests
Explicitly throw on early EOF in decoder
Add a registry for tag deserialization