Commit graph

96 commits

Author SHA1 Message Date
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
c918fbf196
logger configuration throigh struct
All checks were successful
cargo devel CI / cargo CI (push) Successful in 56s
2024-03-10 19:38:51 +01:00
b374aa7e43
update deps
All checks were successful
cargo devel CI / cargo CI (push) Successful in 57s
2024-03-03 18:02:24 +01:00
3f4a092d8d
bump version
All checks were successful
cargo devel CI / cargo CI (push) Successful in 53s
2024-03-03 17:31:50 +01:00
d58207cb5d
remove cucumber dependency from core
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m0s
2024-03-03 17:19:29 +01: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
be574d7efe
bump version
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m0s
2024-03-01 21:18:05 +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
19e1fd6c50
remove empty and unused modules
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-03-01 21:08:20 +01:00
PlexSheep
0afd0a96a3 automatic cargo CI changes 2024-03-01 19:47:54 +00:00
6d4e82b0b7
python bintols
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m40s
2024-03-01 20:44:14 +01:00
10ec77aef0
python interface for core and logging
All checks were successful
cargo devel CI / cargo CI (push) Successful in 4m59s
2024-03-01 20:15:16 +01:00
e8be5388b1
some python stuff
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m38s
2024-02-29 22:22:44 +01:00
c69d116c75
fix py feature
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m50s
2024-02-29 21:38:34 +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
9ebfbd52e2
add python interface crate #57 2024-02-28 16:42:27 +01:00
7930edc7e6
featurizing the library
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m55s
2024-02-28 16:30:32 +01:00
PlexSheep
a082200ea7 automatic cargo CI changes 2024-02-16 17:23:21 +00: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
3d727c74d0
remake error in libpt-log
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m17s
2024-02-01 22:55:20 +01:00
a150304d01
remove hedu from bintols 2024-02-01 22:54:42 +01:00
c968e44349
add uptime to init
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-01-23 14:02:46 +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