Refactor bytes and base64 module to make more sense.

This commit is contained in:
2022-03-26 11:57:24 -04:00
parent cb28436fce
commit 7a1c62c47e
6 changed files with 189 additions and 184 deletions

View File

@@ -1,5 +1,5 @@
mod base64bytes;
mod hexbytes;
mod bytes;
mod bytes_base64;
mod set1;
fn main() {