Some (e.g. me) might want to use encoding’s interfaces and build decoders and encoders for their own encodings (e.g. see #68). Pulling in the whole encoding with all its supported encodings and their tables is not quite ergonomic, though, and splitting interfaces/types/traits out from the main crate would keep encoding as simple to use as it is currently and allow people to build on it.
Some (e.g. me) might want to use
encoding
’s interfaces and build decoders and encoders for their own encodings (e.g. see #68). Pulling in the wholeencoding
with all its supported encodings and their tables is not quite ergonomic, though, and splitting interfaces/types/traits out from the main crate would keepencoding
as simple to use as it is currently and allow people to build on it.