quininer / cbor4ii

CBOR: Concise Binary Object Representation
MIT License
54 stars 5 forks source link

core: move IoReader and IoWriter into utils mod #17

Closed vmx closed 2 years ago

vmx commented 2 years ago

Refactor the IoReader/IoWriter into core::utils, so that it can be re-used by external crates.

IoWrite was renamed to IoWriter for consistency.

vmx commented 2 years ago

Added into_inner() in a separate commit. If this is correct, I can also rebase, squash those commits and the force push it.