- Deutschland
- https://www.cscherr.de
-
I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.
- Joined on
2023-04-16
join a Vec of u8 into a larger type (such as u128)
feat/bintols/join-array
Don't rely on u128 for this function, use pure generics if possible. Don't convert to string and parse back to get a T
WIP: feat/bintols/join-array
join a Vec of u8 into a larger type (such as u128)
add parser for all formats
implement building the u128
from a Vec in libpt-bintols and use the dependency for this