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 pushed to master at PlexSheep/numf 2024-05-12 18:54:33 +02:00
32ecd3cd97 chore: set publish to true
PlexSheep pushed tag v0.1.0 to PlexSheep/numf 2024-05-12 18:53:47 +02:00
PlexSheep released v0.1.0 at PlexSheep/numf 2024-05-12 18:53:47 +02:00
PlexSheep pushed to master at PlexSheep/numf 2024-05-12 18:51:21 +02:00
721467b260 docs: add author and version to --help flag
PlexSheep pushed to master at PlexSheep/numf 2024-05-12 18:49:13 +02:00
0f2ec91f62 docs: add categories and keywords
PlexSheep closed issue PlexSheep/numf#10 2024-05-12 18:46:22 +02:00
export the formatter as library
PlexSheep closed issue PlexSheep/numf#4 2024-05-12 18:46:16 +02:00
add additional formats
PlexSheep pushed to master at PlexSheep/numf 2024-05-12 18:46:12 +02:00
e186dd67f8 Merge pull request 'feat/other-formats' (#7) from feat/other-formats into master
ec4aa09538 feat: add lib.rs #10
24bf6cd97e fix: use a dependency to split the int instead of a builtin function #8
66144dcb3c ci add cargo test of docs
d4331a7492 automatic cargo CI changes
Compare 7 commits »
PlexSheep deleted branch feat/other-formats from PlexSheep/numf 2024-05-12 18:46:12 +02:00
PlexSheep merged pull request PlexSheep/numf#7 2024-05-12 18:46:11 +02:00
feat/other-formats
PlexSheep pushed to feat/other-formats at PlexSheep/numf 2024-05-12 18:43:55 +02:00
ec4aa09538 feat: add lib.rs #10
PlexSheep pushed to feat/other-formats at PlexSheep/numf 2024-05-12 18:43:46 +02:00
fc6e91db98 feat: add lib.rs #8
PlexSheep opened issue PlexSheep/numf#10 2024-05-12 18:39:33 +02:00
export the formatter as library
PlexSheep commented on pull request PlexSheep/numf#7 2024-05-12 18:37:39 +02:00
feat/other-formats

okay

PlexSheep closed issue PlexSheep/numf#8 2024-05-12 18:36:55 +02:00
split u128 into Vec<u8> with a dependency instead of in this program
PlexSheep pushed to feat/other-formats at PlexSheep/numf 2024-05-12 18:36:50 +02:00
24bf6cd97e fix: use a dependency to split the int instead of a builtin function #8
PlexSheep pushed to feat/other-formats at PlexSheep/numf 2024-05-12 18:36:39 +02:00
e1be745a2f fix: use a dependency to split the int instead of a builtin function
PlexSheep commented on issue PlexSheep/numf#8 2024-05-12 18:32:55 +02:00
split u128 into Vec<u8> with a dependency instead of in this program

the functionality has been implemented in libpt v0.5

PlexSheep commented on issue PlexSheep/pt#76 2024-05-12 18:31:53 +02:00
split unsigned integer types into u8 slices

released in v0.5

PlexSheep closed issue PlexSheep/pt#76 2024-05-12 18:31:53 +02:00
split unsigned integer types into u8 slices