6649470ff7
refactor: numf_parser takes a generic unsigned int #13
cargo devel CI / cargo CI (push) Has been cancelled
2024-05-13 13:51:17 +02:00
c6ad45fb82
test: add tests for numf_parser #13
cargo devel CI / cargo CI (push) Failing after 1m17s
2024-05-13 13:39:56 +02:00
18cccddbb2
test: fix numf_parser doctest #13 #5
cargo devel CI / cargo CI (push) Successful in 1m15s
2024-05-13 13:31:33 +02:00
399021ecc6
feat: add a parser that can be used with clap for all formats except base32 and base64
...
cargo devel CI / cargo CI (push) Failing after 1m16s
Refs: #5
2024-05-13 13:19:49 +02:00
290b959b7e
refactor: more derives
cargo devel CI / cargo CI (push) Has been cancelled
2024-05-12 20:29:12 +02:00
47ae8e135b
feat: add setters for FormatOptions
cargo devel CI / cargo CI (push) Has been cancelled
2024-05-12 20:19:57 +02:00
4f269fb509
refactor: add more derives
cargo devel CI / cargo CI (push) Successful in 1m11s
2024-05-12 19:54:45 +02:00
cae701815e
refactor: use the cli struct as format options #11 #9
cargo devel CI / cargo CI (push) Has been cancelled
2024-05-12 19:53:38 +02:00
82c1bf8d8a
feat: padding and FormatOptions #9
cargo devel CI / cargo CI (push) Successful in 1m14s
2024-05-12 19:34:01 +02:00
24bf6cd97e
fix: use a dependency to split the int instead of a builtin function #8
cargo devel CI / cargo CI (push) Failing after 1m13s
2024-05-12 18:36:48 +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
cargo devel CI / cargo CI (push) Successful in 1m18s
2024-05-12 01:56:13 +02:00
00304ddff0
feat: add base64 format #4
...
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
cargo devel CI / cargo CI (push) Successful in 1m22s
2024-05-12 01:02:55 +02:00