feat/other-formats #7

Merged
PlexSheep merged 6 commits from feat/other-formats into master 2024-05-12 18:46:11 +02:00

6 commits

Author SHA1 Message Date
ec4aa09538 feat: add lib.rs #10
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m14s
2024-05-12 18:43:52 +02:00
24bf6cd97e fix: use a dependency to split the int instead of a builtin function #8
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m13s
2024-05-12 18:36:48 +02:00
66144dcb3c ci add cargo test of docs
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m38s
2024-05-12 17:27:43 +02:00
PlexSheep
d4331a7492 automatic cargo CI changes 2024-05-11 23:57:29 +00:00
cb0c56107a feat: add base32 and use fast32 as dep #4
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m18s
2024-05-12 01:56:13 +02:00
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