Most APIs in encoding
are simple encoders & decoders, but encoding/binary
includes APIs based on legacy Reader/Writer interface (and others in it look only thin wrappers around DataView
class). I think we should deprecate encoding/binary
.
part of #3489