Skip to content

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 18 May 12:09
· 4 commits to main since this release
62ee860

Documentation

  • README's decode_base64_strict("TR==") example now annotates the result as Error(NonCanonical) instead of Error(InvalidPadding). The CodecError type has no InvalidPadding constructor, so pattern-matching the README's snippet failed to compile. The strict decoders' own doc-strings already used the correct variant name; this fix aligns the README with both the type and the docstrings. (#96)