Add Base16 encoder/decoder
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 anunreleased
section.