- Deutschland
- https://www.cscherr.de
-
I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.
- Joined on
2023-04-16
WIP: feat/bintols/split-numbers-to-bytes
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?