Commit graph

2 commits

Author SHA1 Message Date
00304ddff0 feat: add base64 format #4
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m10s
This commit adds the option to output base64. Note that this converts
numbers to base64, not strings. formatting 65 will output "QQ==", the
same as using 'echo -ne "A" | base64' would (A is 65 in ASCII).
2024-05-12 01:49:11 +02:00
3fd52c19dd refactor: move Format enum to a new module
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m22s
2024-05-12 01:02:55 +02:00