Christoph J. Scherr PlexSheep
  • Deutschland
  • https://www.cscherr.de
  • I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.

  • Joined on 2023-04-16
PlexSheep commented on pull request PlexSheep/numf#13 2024-05-13 13:32:23 +02:00
add parser for all formats

Make this function generic for all unsigned integer types

PlexSheep pushed to feat/parse-formats at PlexSheep/numf 2024-05-13 13:31:37 +02:00
18cccddbb2 test: fix numf_parser doctest #13 #5
PlexSheep commented on pull request PlexSheep/numf#13 2024-05-13 13:27:48 +02:00
add parser for all formats

add functionalits for base64

PlexSheep commented on pull request PlexSheep/numf#13 2024-05-13 13:27:48 +02:00
add parser for all formats

add functionalits for base32

PlexSheep commented on issue PlexSheep/numf#5 2024-05-13 13:25:16 +02:00
allow input with other formats

Parsing base64 and base32 into a u128 isn't as easy, as the decode functions of fast32 return Vecs. We'll need to merge the byte vecs back into a u128. There is a decode to u128 function,…

PlexSheep created pull request PlexSheep/numf#13 2024-05-13 13:20:50 +02:00
WIP: feat: add a parser that can be used with clap for all formats except base32 and base64
PlexSheep created branch feat/parse-formats in PlexSheep/numf 2024-05-13 13:20:29 +02:00
PlexSheep pushed to feat/parse-formats at PlexSheep/numf 2024-05-13 13:20:29 +02:00
399021ecc6 feat: add a parser that can be used with clap for all formats except base32 and base64
PlexSheep pushed to devel at PlexSheep/numf 2024-05-12 21:32:49 +02:00
b007a54b4b docs: add base64 and base32 to the readme
PlexSheep pushed to master at PlexSheep/_cargo-index 2024-05-12 21:22:01 +02:00
75099ffe5f Update numf
PlexSheep pushed tag v0.2.0 to PlexSheep/numf 2024-05-12 21:21:42 +02:00
PlexSheep released v0.2.0 at PlexSheep/numf 2024-05-12 21:21:42 +02:00
PlexSheep pushed to master at PlexSheep/numf 2024-05-12 21:21:36 +02:00
97608840b9 chore: bump version to v0.2.0
PlexSheep pushed to master at PlexSheep/numf 2024-05-12 21:21:01 +02:00
acdec5836e automatic cargo CI changes
9700ae5b35 test: check set_format #12
290b959b7e refactor: more derives
a88a03eab7 test: padded prefixed formatting #12
1f91710bda chore: format tests
Compare 15 commits »
PlexSheep deleted branch test/basics from PlexSheep/numf 2024-05-12 21:19:52 +02:00
PlexSheep deleted branch test/basics from PlexSheep/numf 2024-05-12 20:30:09 +02:00
PlexSheep closed issue PlexSheep/numf#12 2024-05-12 20:29:59 +02:00
add tests
PlexSheep pushed to devel at PlexSheep/numf 2024-05-12 20:29:58 +02:00
9700ae5b35 test: check set_format #12
290b959b7e refactor: more derives
a88a03eab7 test: padded prefixed formatting #12
1f91710bda chore: format tests
b681a6b04d Merge branch 'test/basics' of https://git.cscherr.de/PlexSheep/numf into test/basics
Compare 10 commits »
PlexSheep pushed to test/basics at PlexSheep/numf 2024-05-12 20:29:47 +02:00
9700ae5b35 test: check set_format #12
PlexSheep pushed to test/basics at PlexSheep/numf 2024-05-12 20:29:14 +02:00
290b959b7e refactor: more derives