Christoph J. Scherr
6f917e1d90
feat: add base32 and use fast32 as dep
cargo devel CI / cargo CI (push) Has been cancelled
Details
2024-05-12 01:55:56 +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
bd7a000968
Merge branch 'master' of https://git.cscherr.de/PlexSheep/numf
cargo devel CI / cargo CI (push) Successful in 1m9s
Details
2024-05-12 01:05:49 +02:00
Christoph J. Scherr
5a780f83e8
fix: print usage when no arguments are passed #2
2024-05-12 01:05:48 +02:00
PlexSheep
d3423a92b3
automatic cargo CI changes
2024-05-11 23:04:15 +00: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
Christoph J. Scherr
8f49160f4f
docs: add usage example
cargo devel CI / cargo CI (push) Successful in 1m11s
Details
2024-05-10 19:58:02 +02:00
Christoph J. Scherr
380968a5d7
docs: Add supported formats to the readme
cargo devel CI / cargo CI (push) Successful in 1m11s
Details
2024-05-10 19:30:22 +02:00
Christoph J. Scherr
d9c921ef9c
refactor: use a larger integer type #3
cargo devel CI / cargo CI (push) Successful in 1m12s
Details
2024-05-10 19:26:29 +02:00
Christoph J. Scherr
df621fdb6d
fix: fix cli interface to not need a format flag
2024-05-10 19:26:09 +02:00
Christoph J. Scherr
6c66c285a0
feat: first working version
2024-05-10 19:26:09 +02:00
Christoph J. Scherr
6ffe30986b
Initial commit
2024-05-10 13:57:36 +02:00