commit | 35031701fab532ada1a75c51155c0a6801055d88 | [log] [tgz] |
---|---|---|
author | Brian Quinlan <bquinlan@google.com> | Mon Nov 06 08:46:10 2023 -0800 |
committer | GitHub <noreply@github.com> | Mon Nov 06 08:46:10 2023 -0800 |
tree | 9206a78468b85f7b26c520699e9f3de04a8846b8 | |
parent | f24afa75d065fa3fe70f30300a1570c11e461713 [diff] |
Add chunked decoding support to CodePage (#91)
Contains encoders and decoders for converting between different data representations. It's the external counterpart of the dart:convert
SDK library, and contains less-central APIs and APIs that need more flexible versioning.