Commit Graph

4 Commits

Author SHA1 Message Date
PlexSheep d4331a7492 automatic cargo CI changes 2024-05-11 23:57:29 +00:00
Christoph J. Scherr cb0c56107a feat: add base32 and use fast32 as dep #4
cargo devel CI / cargo CI (push) Successful in 1m18s Details
2024-05-12 01:56:13 +02:00
Christoph J. Scherr 00304ddff0 feat: add base64 format #4
cargo devel CI / cargo CI (push) Successful in 1m10s Details
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
Christoph J. Scherr 3fd52c19dd refactor: move Format enum to a new module
cargo devel CI / cargo CI (push) Successful in 1m22s Details
2024-05-12 01:02:55 +02:00