Commit graph

24 commits

Author SHA1 Message Date
921387b13e chore: add more clippy lints and fix some 2024-07-09 17:36:16 +02:00
PlexSheep
6a179a6bd5 automatic cargo CI changes 2024-06-27 20:38:15 +00:00
3fd04a695d feat(cli): add cli crate export to libpt
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-06-27 22:33:12 +02:00
PlexSheep
ab9029fced automatic cargo CI changes 2024-03-03 17:20:44 +00:00
c95a919107
docs rs attribute 2024-03-03 18:19:40 +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
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
faa4023f95
make clippy happier
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m8s
2024-02-28 16:54:34 +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
a4acae1580
restructuring complete
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m6s
2024-01-17 14:31:23 +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
Christoph J. Scherr
341a64a0f5 renaming things back to libpt, its kinda responsible 2023-09-20 18:37:06 +02:00
Christoph J. Scherr
12ac4ebb38 structure stuff 2023-09-20 18:15:53 +02:00
Christoph J. Scherr
7803195c24 restructure to workspace oriented design 2023-09-15 17:00:22 +02:00
4dbb075be4 add computer module 2023-09-03 23:27:42 +02:00
0a6141af85
python interface works
keyboard interrupt issue still persists
2023-07-09 20:04:20 +02:00
0f2b62c999
theoretical pyhton stubs and bindings
but they are not usable for some reason
2023-07-09 19:08:55 +02:00
eb1e78be96
basic cli interface 2023-07-08 21:22:55 +02:00
f75111ae90
add networking module 2023-07-08 16:53:33 +02:00
d36b7c0d04
fixed logger multi init
the logger test sometimes crashed due to multithreading problems in combination with a Logger module panicing when the INITIALIZED AtomicBool was false due to cargo tests multithreading
2023-07-08 14:43:11 +02:00
4fc6ac7e0a
working logger in python with stub
was a mess until it wasnt anymore, yay
2023-07-08 01:15:40 +02:00
2564eee991
starting a codebase 2023-07-07 00:36:49 +02:00
917d584808
maturin init 2023-07-06 22:06:31 +02:00