- Deutschland
- https://www.cscherr.de
-
I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.
- Joined on
2023-04-16
PlexSheep
created branch feat/bintols/split-numbers-to-bytes in PlexSheep/pt
2024-05-12 02:24:27 +02:00
add additional formats
PR #7 addresses this but needs an extra function to make u128
into a slice, which I don't like. Use a dependency instead.
split u128 into
Vec<u8>
with a dependency instead of in this program
feat/other-formats
This seems like a fairly common thing to do, perhaps we can use a dependency for this?
feat/other-formats
Don't add a function for binary manupulation to this program, use a dependency instead.
split unsigned integer types into
u8
slices
add additional formats
Finding the right prefix for base64 and base32 isn't so easy actually. 0s
seems somewhat common for base54 but base32 is too niche, so I invented 032s
.
usage is not printed when invoked without any args or stdin