Commit Graph

45 Commits

Author SHA1 Message Date
Christoph J. Scherr 5dba8395d3 chore: bump version to v0.5.1
cargo devel CI / cargo CI (push) Successful in 1m47s Details
2024-05-13 15:25:15 +02:00
Christoph J. Scherr 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
Christoph J. Scherr 3ef1ffc337 test: add tests for the join module #79 2024-05-13 15:25:14 +02:00
Christoph J. Scherr 2e38597a7c feat: add a join module to join arrays into larger integers #79 2024-05-13 14:57:49 +02:00
Christoph J. Scherr 20b8f7a582 refactor: rename split_numbers to split 2024-05-12 17:58:31 +02:00
Christoph J. Scherr 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
Christoph J. Scherr 73d291a477 fix: split-numbers test solutions were wrong #76
cargo devel CI / cargo CI (push) Successful in 1m54s Details
2024-05-12 17:20:57 +02:00
Christoph J. Scherr 9da3c584cd refactor: add doc comment for split numbers and change order to msb first #76 2024-05-12 17:20:54 +02:00
Christoph J. Scherr 77d473e22c refactor: split-numbers generic by converting to u128 #76
cargo devel CI / cargo CI (push) Failing after 1m42s Details
2024-05-12 02:47:59 +02:00
Christoph J. Scherr dc506de8aa test: split-numbers #76
test if splitting of numbers into Vec<u8> works correctly
2024-05-12 02:47:55 +02:00
Christoph J. Scherr 0eb6490854 feat: split unsigned numbers into bytes #76
cargo devel CI / cargo CI (push) Successful in 1m44s Details
2024-05-12 02:24:55 +02:00
Christoph J. Scherr 97b8086624
fix bintolsdisplay
cargo devel CI / cargo CI (push) Successful in 1m27s Details
2024-03-03 17:16:50 +01:00
Christoph J. Scherr 222d248fab
0.4.0 bump
cargo devel CI / cargo CI (push) Successful in 4m50s Details
2024-03-03 13:42:39 +01:00
Christoph J. Scherr ea9a15771b
Release 0.4.0-alpha.2
cargo devel CI / cargo CI (push) Successful in 1m40s Details
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
Christoph J. Scherr 328d042199
independent version
cargo devel CI / cargo CI (push) Successful in 2m0s Details
2024-03-01 21:09:42 +01:00
Christoph J. Scherr faa4023f95
make clippy happier
cargo devel CI / cargo CI (push) Failing after 1m8s Details
2024-02-28 16:54:34 +01:00
Christoph J. Scherr c3cc64699c
clippy fixes
cargo devel CI / cargo CI (push) Successful in 1m35s Details
2024-02-16 18:21:19 +01:00
Christoph J. Scherr 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
Christoph J. Scherr 751442cec1
hedu to struct
cargo devel CI / cargo CI (push) Successful in 2m9s Details
2024-01-18 13:23:44 +01:00
Christoph J. Scherr 73bd34c78d
fix line counter for skipped lines
cargo devel CI / cargo CI (push) Successful in 2m0s Details
2024-01-18 12:04:20 +01:00
Christoph J. Scherr 55e7bf0f86
fix no data #62 and make #63 even worse
cargo devel CI / cargo CI (push) Successful in 2m3s Details
2024-01-18 10:55:38 +01:00
Christoph J. Scherr ca50a038da
hedu cli now works with 0 byte input streams
cargo devel CI / cargo CI (push) Successful in 2m0s Details
2024-01-18 00:03:19 +01:00
Christoph J. Scherr 7e9d337005
#60 #61 improvements and bugfixes
cargo devel CI / cargo CI (push) Successful in 2m5s Details
2024-01-17 23:48:41 +01:00
Christoph J. Scherr 2bc75970a4
read from multiple sources
cargo devel CI / cargo CI (push) Successful in 2m6s Details
implements #60
2024-01-17 23:03:53 +01:00
Christoph J. Scherr fd0d1e3c22
add toggle of alt_buf after line skip #59
cargo devel CI / cargo CI (push) Successful in 1m59s Details
2024-01-17 22:28:11 +01:00
PlexSheep ee62e1e578 automatic cargo CI changes 2024-01-17 18:39:03 +00:00
Christoph J. Scherr 15b1776def
fix data index for #59
cargo devel CI / cargo CI (push) Successful in 2m7s Details
2024-01-17 19:37:00 +01:00
Christoph J. Scherr f4a7aeaf87
change how hedu prints
cargo devel CI / cargo CI (push) Successful in 2m4s Details
2024-01-17 19:24:30 +01:00
Christoph J. Scherr 6e161eca5f
hedu data_idx offset fix
cargo devel CI / cargo CI (push) Has been cancelled Details
fixes #56
2024-01-17 18:13:31 +01:00
Christoph J. Scherr d1e888c138
fix hedu limit offset
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-01-17 16:21:41 +01:00
Christoph J. Scherr 956e507e39
split byte_counter into data_index and rd_counter
fixes #55
2024-01-17 15:56:42 +01:00
Christoph J. Scherr 23910f122e
hedu fix byte counter
cargo devel CI / cargo CI (push) Successful in 2m9s Details
2024-01-17 15:21:03 +01:00
cscherrNT 15fe2c1ce9 automatic cargo CI changes 2024-01-17 13:33:28 +00:00
Christoph J. Scherr a4acae1580
restructuring complete
cargo devel CI / cargo CI (push) Successful in 2m6s Details
2024-01-17 14:31:23 +01:00
Christoph J. Scherr df2c07573d
better deps and move things
Cargo Check, Format, Fix and Test / cargo CI (push) Failing after 0s Details
2024-01-17 13:57:47 +01:00
Christoph J. Scherr 9d22104f90
Release independent packages
Generated by cargo-workspaces
2024-01-17 12:35:36 +01:00
Christoph J. Scherr 5387ca6085
Release independent packages
Generated by cargo-workspaces
2024-01-17 12:19:23 +01:00
Christoph J. Scherr 5620832bcc
Release independent packages
Generated by cargo-workspaces
2024-01-17 12:17:41 +01:00
Christoph J. Scherr 7a768a14f4
auto publish on push to master 2024-01-17 12:07:02 +01:00
Christoph J. Scherr b2435f3963
sub crates are now version agnostic to other local crates
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m13s Details
2024-01-16 15:59:04 +01:00
PlexSheep 43ac1e3fb8 Automatical formatting 2024-01-10 20:52:13 +00:00
Christoph J. Scherr a63262825e renaming all my stuff to libpt 2023-09-29 18:24:24 +02:00