v0.3.0 #14

Merged
PlexSheep merged 18 commits from devel into master 2024-05-13 16:34:21 +02:00

18 commits

Author SHA1 Message Date
378e3d7fd2 chore: bump to v0.3.0
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m17s
2024-05-13 16:34:08 +02:00
706c06ce6f Merge pull request 'read numbers from stdin' (#15) from feat/numbers-from-stdin into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m13s
Reviewed-on: #15
2024-05-13 16:32:37 +02:00
585bb41a9d refactor: split at whitespace #1 #15
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m15s
2024-05-13 16:29:24 +02:00
00c6b35ef3 feat: allow reading numbers from stdin #1
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m16s
2024-05-13 16:26:35 +02:00
1f4818ff98 Merge branch 'master' into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m15s
2024-05-13 15:55:04 +02:00
abb8ed4f2e Merge pull request 'add parser for all formats' (#13) from feat/parse-formats into devel
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
Reviewed-on: #13
2024-05-13 15:54:23 +02:00
PlexSheep
6f50918f27 automatic cargo CI changes 2024-05-13 13:53:39 +00:00
7eb00e0f56 refactor: use libpt for joining the base64 parser vec #5 #13
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m24s
2024-05-13 15:52:18 +02:00
1bb0ffd6f8 refactor: use libpt to join the fast32 vecs into the integer type #13 #5
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m19s
2024-05-13 15:45:38 +02:00
2f14d672f4 chore: bump libpt to v0.5.1
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m17s
2024-05-13 15:27:23 +02:00
68d9cdaf69 feat: add hacky parsing for base32 and base64 #13 #5
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m17s
2024-05-13 14:25:04 +02:00
44be69a262 test: add prefix to base32 parser test #13 2024-05-13 14:24:40 +02:00
47894a3f26 test: numf_parser test for all types that should be supported by the generic #13
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m9s
2024-05-13 13:51:46 +02:00
6649470ff7 refactor: numf_parser takes a generic unsigned int #13
Some checks failed
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
Some checks failed
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
All checks were successful
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
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m16s
Refs: #5
2024-05-13 13:19:49 +02:00
b007a54b4b docs: add base64 and base32 to the readme
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m15s
2024-05-12 21:32:46 +02:00