Skip to content

Add Base16 encoder/decoder

Will Korteland requested to merge 1-base16-encoder-decoder into master

What does this MR do?

Add a base16 encoder/decoder. Note the lack of documentation, there's another issue for that.

Where should the reviewer start?

src/bin/base16.rs

Any background context you want to provide?

No

What are the relevant tickets?

Closes #1 (closed)

Questions:

  • Does all new code have a test case? Yes
  • Does the documentation (including doc comments) need an update? Yes, but see #2 (closed)
  • Have you updated the Changelog and bumped the version in Cargo.toml?? Yes and no - Changelog has an unreleased section.

Merge request reports