feat/bintols/split-numbers-to-bytes #77

Merged
PlexSheep merged 10 commits from feat/bintols/split-numbers-to-bytes into devel 2024-05-12 17:41:12 +02:00

10 commits

Author SHA1 Message Date
d7677e2363 Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m55s
2024-05-12 17:38:57 +02:00
492cedf5cc Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m30s
2024-05-12 17:36:41 +02:00
401faca4db ci install python
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m31s
2024-05-12 17:36:26 +02:00
810bbf85de Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-05-12 17:28:40 +02:00
PlexSheep
75feb7b2b0 automatic cargo CI changes 2024-05-12 15:22:49 +00:00
73d291a477 fix: split-numbers test solutions were wrong #76
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m54s
2024-05-12 17:20:57 +02:00
9da3c584cd refactor: add doc comment for split numbers and change order to msb first #76 2024-05-12 17:20:54 +02:00
77d473e22c refactor: split-numbers generic by converting to u128 #76
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m42s
2024-05-12 02:47:59 +02:00
dc506de8aa test: split-numbers #76
test if splitting of numbers into Vec<u8> works correctly
2024-05-12 02:47:55 +02:00
0eb6490854 feat: split unsigned numbers into bytes #76
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m44s
2024-05-12 02:24:55 +02:00