Commit graph

46 commits

Author SHA1 Message Date
17a235c1da chore: add docs.rs metadata #97
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m55s
2024-08-30 17:49:40 +02:00
5dba8395d3 chore: bump version to v0.5.1
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m47s
2024-05-13 15:25:15 +02:00
7928423d6e refactor(bintols-join): return err if the result cannot be converted to T #80 #79 2024-05-13 15:25:15 +02:00
PlexSheep
53e545832c automatic cargo CI changes 2024-05-13 15:25:15 +02:00
3ef1ffc337 test: add tests for the join module #79 2024-05-13 15:25:14 +02:00
2e38597a7c feat: add a join module to join arrays into larger integers #79 2024-05-13 14:57:49 +02:00
20b8f7a582 refactor: rename split_numbers to split 2024-05-12 17:58:31 +02:00
33260726a1 chore: bump versions for v0.5.0 2024-05-12 17:58:02 +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
97b8086624
fix bintolsdisplay
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m27s
2024-03-03 17:16:50 +01:00
222d248fab
0.4.0 bump
All checks were successful
cargo devel CI / cargo CI (push) Successful in 4m50s
2024-03-03 13:42:39 +01:00
ea9a15771b
Release 0.4.0-alpha.2
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m40s
libpt@0.4.0-alpha.2
libpt-bintols@0.4.0-alpha.2
libpt-core@0.4.0-alpha.2
libpt-log@0.4.0-alpha.2
libpt-py@0.4.0-alpha.2

Generated by cargo-workspaces
2024-03-01 21:29:00 +01:00
328d042199
independent version
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m0s
2024-03-01 21:09:42 +01:00
faa4023f95
make clippy happier
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m8s
2024-02-28 16:54:34 +01:00
c3cc64699c
clippy fixes
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m35s
2024-02-16 18:21:19 +01:00
a150304d01
remove hedu from bintols 2024-02-01 22:54:42 +01:00
cscherrNT
782e211448 automatic cargo CI changes 2024-01-18 12:25:51 +00:00
751442cec1
hedu to struct
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m9s
2024-01-18 13:23:44 +01:00
73bd34c78d
fix line counter for skipped lines
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m0s
2024-01-18 12:04:20 +01:00
55e7bf0f86
fix no data #62 and make #63 even worse
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m3s
2024-01-18 10:55:38 +01:00
ca50a038da
hedu cli now works with 0 byte input streams
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m0s
2024-01-18 00:03:19 +01:00
7e9d337005
#60 #61 improvements and bugfixes
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m5s
2024-01-17 23:48:41 +01:00
2bc75970a4
read from multiple sources
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m6s
implements #60
2024-01-17 23:03:53 +01:00
fd0d1e3c22
add toggle of alt_buf after line skip #59
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m59s
2024-01-17 22:28:11 +01:00
PlexSheep
ee62e1e578 automatic cargo CI changes 2024-01-17 18:39:03 +00:00
15b1776def
fix data index for #59
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m7s
2024-01-17 19:37:00 +01:00
f4a7aeaf87
change how hedu prints
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m4s
2024-01-17 19:24:30 +01:00
6e161eca5f
hedu data_idx offset fix
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
fixes #56
2024-01-17 18:13:31 +01:00
d1e888c138
fix hedu limit offset
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-01-17 16:21:41 +01:00
956e507e39
split byte_counter into data_index and rd_counter
fixes #55
2024-01-17 15:56:42 +01:00
23910f122e
hedu fix byte counter
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m9s
2024-01-17 15:21:03 +01:00
cscherrNT
15fe2c1ce9 automatic cargo CI changes 2024-01-17 13:33:28 +00:00
a4acae1580
restructuring complete
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m6s
2024-01-17 14:31:23 +01:00
df2c07573d
better deps and move things
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Failing after 0s
2024-01-17 13:57:47 +01:00
9d22104f90
Release independent packages
Generated by cargo-workspaces
2024-01-17 12:35:36 +01:00
5387ca6085
Release independent packages
Generated by cargo-workspaces
2024-01-17 12:19:23 +01:00
5620832bcc
Release independent packages
Generated by cargo-workspaces
2024-01-17 12:17:41 +01:00
7a768a14f4
auto publish on push to master 2024-01-17 12:07:02 +01:00
b2435f3963
sub crates are now version agnostic to other local crates
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m13s
2024-01-16 15:59:04 +01:00
PlexSheep
43ac1e3fb8 Automatical formatting 2024-01-10 20:52:13 +00:00
a63262825e renaming all my stuff to libpt 2023-09-29 18:24:24 +02:00